Floating point exception ,when transcode with Pi2
Posted: 05 Dec 2016 07:25
I am using a raspberryPi 2.I want to stream the video of camera to network.
the command below work well:
raspivid -w 240 -h 135 -o - -t 0 |cvlc -v stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8081}' :demux=h264
I want to stream ogg,I must transcode,but the command below can't work:
raspivid -w 240 -h 135 -o - -t 0 |cvlc -v stream:///dev/stdin --sout '#transcode{vcodec=theo,vb=500,acodec=none}:std{access=http,mux=ogg,dst=10.0.0.11:8081}' :demux=h264
I changed mux mp4 ,and vcodec mp4v,the result is same.
I got message:Floating point exception
where is the problem?someone can help me?Thanks!
the command below work well:
raspivid -w 240 -h 135 -o - -t 0 |cvlc -v stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8081}' :demux=h264
I want to stream ogg,I must transcode,but the command below can't work:
raspivid -w 240 -h 135 -o - -t 0 |cvlc -v stream:///dev/stdin --sout '#transcode{vcodec=theo,vb=500,acodec=none}:std{access=http,mux=ogg,dst=10.0.0.11:8081}' :demux=h264
I changed mux mp4 ,and vcodec mp4v,the result is same.
I got message:Floating point exception
where is the problem?someone can help me?Thanks!