im using a code with a batchfile to create a SDP file for RTP:
Code: Select all
"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}"
it worked very well with 1.0.5. are there some new commands to create the SDP file in 1.1.0?
is it a bug and already known?
regards pdman