ja... hab ich alles getestet.
das funktioniert soweit auch alles. nur eben auf dem desire nicht.
our $cgiurl = "/cgi-bin/mvdr.pl";
our $localhost = "/mVDR";
our $remote = "$localhost/rc/index.htm";
our $epgimages = "$localhost/epgimages";
our $svdrp = "/usr/bin/svdrpsend.pl";
our $channels = "/etc/vdr/channels.conf";
our $videodir = "/media/video";
our $tempdir = "/tmp/";
our $VLC_RTSP_ENABLED = 1;
our $VLC_RTSP_TRANSCODE_H = "transcode\{{soverlay,ab=32,samplerate=44100,channels=2,acodec=mp4a,vcodec=h264,width=320,height=240,vfilter=canvas{width=320,height=240,aspect=16:9},fps=25,vb=400,venc=x264{vbv-bufsize=1000,partitions=all,level=12,no-cabac,subme=7,ref=2,mixed-refs=1,bframes=0,min-keyint=1,keyint=50,trellis=2,direct=auto,qcomp=0.0,qpmax=51}}:gather:rtp{mp4a-latm,sdp=rtsp://192.168.4.1:1235/test.sdp}";
our $VLC_RTSP_TRANSCODE_M = "transcode\{{soverlay,ab=16,samplerate=22050,channels=1,acodec=mp4a,vcodec=h264,width=320,height=240,vfilter=canvas{width=320,height=240,aspect=16:9},fps=25,vb=200,venc=x264{vbv-bufsize=500,partitions=all,level=12,no-cabac,subme=7,ref=2,mixed-refs=1,bframes=0,min-keyint=1,keyint=50,trellis=2,direct=auto,qcomp=0.0,qpmax=51}}:gather:rtp{mp4a-latm,sdp=rtsp://192.168.4.1:1235/test.sdp}";
our $VLC_RTSP_TRANSCODE_L = "transcode\{{soverlay,ab=8,samplerate=11025,channels=1,acodec=mp4a,vcodec=h264,width=160,height=120,vfilter=canvas{width=160,height=120,aspect=16:9},fps=25,vb=150,venc=x264{vbv-bufsize=300,partitions=all,level=12,no-cabac,subme=7,ref=2,mixed-refs=1,bframes=0,min-keyint=1,keyint=50,trellis=2,direct=auto,qcomp=0.0,qpmax=51}}:gather:rtp{mp4a-latm,sdp=rtsp://192.168.4.1:1235/test.sdp}";
our $VLC_RTSP_HOST = "";
our $VLC_RTSP_PORT = 5554;
our $VLC_TELNET_PORT = 4212;
# Zeichensatzeinstellungen
# bei Problemen mit Umlauten und Sonderzeichen
our $binmodeutf8 = "yes"; # ( no)
our $charset = "utf-8"; # ( ISO-8859-1 )
Display More