I wanted to test liveMediaStreamer and its WebGUI and after clicking the start button, I get the following error :
[2016-04-22 11:45:49] INFO WEBrick 1.3.1
[2016-04-22 11:45:49] INFO ruby 1.9.3 (2013-11-22) [x86_64-linux]
[2016-04-22 11:45:49] INFO WEBrick::HTTPServer#start: pid=19134 port=9292
127.0.0.1 - - [22/Apr/2016:11:45:54 -0400] "GET / HTTP/1.1" 302 - 0.0331
127.0.0.1 - - [22/Apr/2016:11:45:54 -0400] "GET /app HTTP/1.1" 302 - 0.0010
127.0.0.1 - - [22/Apr/2016:11:45:54 -0400] "GET /app/avmixer HTTP/1.1" 302 - 0.0008
WARN: tilt autoloading 'tilt/liquid' in a non thread-safe way; explicit require 'tilt/liquid' suggested.
127.0.0.1 - - [22/Apr/2016:11:45:54 -0400] "GET /app/avmixer/video/grid2x2 HTTP/1.1" 200 2235 0.0029
127.0.0.1 - - [22/Apr/2016:11:45:54 -0400] "GET /bs/dist/css/bootstrap.css HTTP/1.1" 200 119892 0.0158
127.0.0.1 - - [22/Apr/2016:11:45:54 -0400] "GET /theme.css HTTP/1.1" 200 1016 0.0005
127.0.0.1 - - [22/Apr/2016:11:45:54 -0400] "GET /bs/dist/css/bootstrap-theme.min.css HTTP/1.1" 200 14996 0.0059
127.0.0.1 - - [22/Apr/2016:11:45:54 -0400] "GET /image/6.png HTTP/1.1" 200 12257 0.0055
127.0.0.1 - - [22/Apr/2016:11:45:54 -0400] "GET /bs/dist/js/bootstrap.min.js HTTP/1.1" 200 27726 0.0013
127.0.0.1 - - [22/Apr/2016:11:45:54 -0400] "GET /bs/assets/js/holder.js HTTP/1.1" 200 12522 0.0012
127.0.0.1 - - [22/Apr/2016:11:45:54 -0400] "GET /bs/assets/js/jquery.js HTTP/1.1" 200 93106 0.0089
checking for livemediastreamer... yes
{:events=>[{:action=>"createFilter", :params=>{:id=>18256, :type=>"receiver", :role=>"network", :sharedFrames=>true}}, {:action=>"createFilter", :params=>{:id=>25634, :type=>"transmitter", :role=>"network", :sharedFrames=>true}}, {:action=>"createFilter", :params=>{:id=>11988, :type=>"videoMixer", :role=>"master", :sharedFrames=>true}}, {:action=>"createFilter", :params=>{:id=>57949, :type=>"videoMixer", :role=>"master", :sharedFrames=>true}}, {:action=>"createFilter", :params=>{:id=>41424, :type=>"videoEncoder", :role=>"master", :sharedFrames=>true}}, {:action=>"createFilter", :params=>{:id=>17459, :type=>"videoEncoder", :role=>"master", :sharedFrames=>true}}, {:action=>"createFilter", :params=>{:id=>41072, :type=>"videoResampler", :role=>"master", :sharedFrames=>true}}, {:action=>"createFilter", :params=>{:id=>30873, :type=>"videoResampler", :role=>"master", :sharedFrames=>true}}, {:action=>"createFilter", :params=>{:id=>30955, :type=>"audioMixer", :role=>"master", :sharedFrames=>true}}, {:action=>"createFilter", :params=>{:id=>21329, :type=>"audioEncoder", :role=>"master", :sharedFrames=>true}}]}
{"error":null,"error":null,"error":null,"error":null,"error":null,"error":null,"error":null,"error":null,"error":null,"error":null}
{:events=>[{:action=>"getState", :params=>{}}]}
{"filters":[{"id":11988,"type":"videoMixer","role":"regular","width":1920,"height":1080,"maxChannels":16,"channels":[]},{"id":17459,"type":"videoEncoder","role":"regular","bitrate":"2000","fps":"25","gop":"25","lookahead":"25","threads":"4","annexb":"1","preset":"ultrafast"},{"id":18256,"type":"receiver","role":"server","sessions":[]},{"id":21329,"type":"audioEncoder","role":"regular","codec":"","sampleRate":0,"channels":0},{"id":25634,"type":"transmitter","role":"server","sessions":[]},{"id":30873,"type":"videoResampler","role":"regular"},{"id":30955,"type":"audioMixer","role":"regular","channels":2,"sampleRate":48000,"sampleFormat":"fltp","maxChannels":16,"masterGain":0.6,"gains":[]},{"id":41072,"type":"videoResampler","role":"regular"},{"id":41424,"type":"videoEncoder","role":"regular","bitrate":"2000","fps":"25","gop":"25","lookahead":"25","threads":"4","annexb":"1","preset":"ultrafast"},{"id":57949,"type":"videoMixer","role":"regular","width":1920,"height":1080,"maxChannels":16,"channels":[]}],"paths":[]}
{:events=>[{:action=>"configure", :params=>{:width=>0, :height=>0, :pixelFormat=>2}, :filterId=>41072}, {:action=>"configure", :params=>{:width=>0, :height=>0, :pixelFormat=>2}, :filterId=>30873}, {:action=>"configure", :params=>{:channels=>2, :sampleRate=>48000, :codec=>"aac"}, :filterId=>21329}]}
{"error":null,"error":null,"error":null}
{:events=>[{:action=>"addWorker", :params=>{:id=>23911, :type=>"livemedia"}}]}
{"error":"Error processing internal event. Invalid action..."}
127.0.0.1 - - [22/Apr/2016:11:45:59 -0400] "POST /app/start HTTP/1.1" 500 2027 1.0588
127.0.0.1 - - [22/Apr/2016:11:45:59 -0400] "GET /bs/assets/ico/favicon.png HTTP/1.1" 200 889 0.0009
Hi !
Linux version : Mint 17.3 Cinnamon 64-bits
Kernel : 3.19.0-32-generic
I wanted to test liveMediaStreamer and its WebGUI and after clicking the start button, I get the following error :
Error: "Error processing internal event. Invalid action..."Here is the rackup console output :