VLCj Screen RTPS Streaming issue
Posted: 28 Dec 2010 13:10
Hello boardmembers of VLC,
I'm using VLCj and everything is working like a charm, except the streaming.
I'm using the following code to stream the screen with RTSP but for some reason it won't transcode:
Throws the following errors:
Any ideas are very much welcome, have been looking for this for hours!
Thanks,
Kajos
I'm using VLCj and everything is working like a charm, except the streaming.
I'm using the following code to stream the screen with RTSP but for some reason it won't transcode:
Code: Select all
mediaPlayer.playMedia("screen://",
"screen-fps=30","screen-caching=50","clock-jitter=0",
":sout=#transcode{vcodec=h264,vb=800,scale=0.25,fps=10}",
":sout=#rtp{dst=230.0.0.1,port=5555}",
":no-sout-rtp-sap",
":no-sout-standard-sap",
":sout-all",
":sout-keep"
);
Code: Select all
[0677d5c4] stream_out_rtp stream out error: cannot add this stream (unsupported codec: RV32)
[069b4ac4] main decoder error: cannot create packetizer output (RV32)
Thanks,
Kajos