Steps to reproduce:
1) Open capture device (test by playing it)
2) Select option to stream
3) Paste the following stream options in the text box at the bottom of the Stream tab
Code: Select all
:sout=#transcode{vcodec=h264,vb=100,scale=1,acodec=mp4a,ab=128,channels=2}:duplicate{dst=display,dst=rtp{dst=239.255.12.42,mux=ts,port=1234}}
The same encoding and streaming settings work OK on Linux VLC 0.9.8a without crashing.
Interestingly, by mistake I put an "A" in the vb setting and it didn't crash. So this string works, albeit with unregulated video bandwidth.
Code: Select all
:sout=#transcode{vcodec=h264,vb=A100,scale=1,acodec=mp4a,ab=128,channels=2}:duplicate{dst=display,dst=rtp{dst=239.255.12.42,mux=ts,port=1234}}