Can anyone of you help me? I have used the below code with a batch file just to create a SDP file for rtp in vlc 1.1.0. My trouble is that it doesn’t create the SDP file. I tried all possible ways but no change. I tried with 1.0.5. And it worked. Also let me know that is there new commands to create the SDP file in 1.1.0? The code I used is:
Code:
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" d:\justintv\vlc.m3u --sout="#transcode{venc=x264{keyint=128,idrint=2,cabac=0,bframes=0},
vcodec=vp6,vb=448,fps=25,scale=0.75,width=640,height=480,deinterlace{deinterlace=linear},
acodec=mp4a,ab=96,channels=1,samplerate=44100,audio-sync,
vfilter=sharpen{sigma=0.10},{sfilter=':marq{marquee=%%H:%%M:%%S,
position=10,size=30}:marq{color=0xff0000,marquee=any text,
position=8,size=10}'}:gather:rtp{dst=127.0.0.1,
port=1234,sdp=file:\\d:\justintv\vlc.sdp}"
Bookmarks