Search found 3 matches

Go to advanced search

by DarkFox
31 Aug 2009 11:33
Forum: VLC stream-output (sout)
Topic: Problems trying to play RTSP stream from VLC in Android
Replies: 10
Views: 23355

Re: Problems trying to play RTSP stream from VLC in Android

No wonder it's choppy with those bitrates. Try something like this: "#transcode{vcodec=h264,venc=x264{no-cabac,level=12,vbv-maxrate=384,vbv-bufsize=1000,keyint=75,ref=3,bframes=0},width=320,height=240,acodec=mp4a,ab=128,vb=384}:rtp{sdp=file:///usr/local/movies/t.sdp,mp4a-latm}" Oh yeah, g...
by DarkFox
30 Aug 2009 04:11
Forum: VLC stream-output (sout)
Topic: Problems trying to play RTSP stream from VLC in Android
Replies: 10
Views: 23355

Re: Problems trying to play RTSP stream from VLC in Android

So after looking around on the forum I found the transform arguments for baseline profile h264 and android almost takes it. vlc -vvv rtsp://streamer-01.dr.nordija.dk/dr1lowmp4 -I dummy --sout "#transcode{vcodec=h264,venc=x264{no-cabac,level=3.0,subme=5,trellis=1,merange=16,min-keyint=25,scenecu...
by DarkFox
30 Aug 2009 02:53
Forum: VLC stream-output (sout)
Topic: Problems trying to play RTSP stream from VLC in Android
Replies: 10
Views: 23355

Re: Problems trying to play RTSP stream from VLC in Android

I just set up DSS and tried to get this working, but couldn't. It may be that the stream isn't correctly transcoded.. vlc -vvv file:///usr/local/movies/sample_300kbit.mp4 -I dummy --sout "#transcode{vcodec=mp4v,vb=300,width=320,height=240,fps=25}:rtp{dst=0.0.0.0,port=1234,sdp=file:///usr/local/...

Go to advanced search