Floating point exception ,when transcode with Pi2

About encoding, codec settings, muxers and filter usage
anuo
New Cone
New Cone
Posts: 2
Joined: 05 Dec 2016 04:58

Floating point exception ,when transcode with Pi2

Postby anuo » 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!

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Floating point exception ,when transcode with Pi2

Postby Jean-Baptiste Kempf » 06 Dec 2016 02:10

Floating point exception is usually a device by 0. Can you force the fps, by any chance?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

anuo
New Cone
New Cone
Posts: 2
Joined: 05 Dec 2016 04:58

Re: Floating point exception ,when transcode with Pi2

Postby anuo » 06 Dec 2016 05:19

Floating point exception is usually a device by 0. Can you force the fps, by any chance?
thank you!

I tried to set fps 25 or 15 ,I got "Floating point exception" too :cry:

raspivid -w 240 -h 135 -o - -t 0 |cvlc -v stream:///dev/stdin --sout '#transcode{vcodec=theo,vb=500,acodec=none,fps=25}:std{access=http,mux=ogg,dst=:8081/ogg}' :demux=h264

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Floating point exception ,when transcode with Pi2

Postby Jean-Baptiste Kempf » 07 Dec 2016 00:33

Ok, then we need a backtrace.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 35 guests