bei mir kommt beim browsertest auch nur done play. telnet und perl hab ich überprüft, jetzt weiss ich nicht mehr weiter...
our $cgiurl = "/cgi-bin/mvdr.pl";
our $localhost = "192.168.0.10";
our $svdrpServer = "127.0.0.1";
our $svdrpPort = 6419;
our $channels = "/etc/vdr/channels.conf";
our $videodir = "/srv/vdr/video.00";
our $tempdir = "/tmp/";
our $VLC_RTSP_TRANSCODE_H = "--sout=#transcode{vfilter=canvas{width=320,height=180,aspect=16:9},vcodec=h264,width=320,height=180,fps=25,bitrate=500,venc=x264{profile=baseline,preset=fast,tune=grain,level=1.2,min-keyint=20,keyint=40,vbv-bufsize=800,partitions=all,no-cabac,subme=7,ref=2,mixed-refs=1,bframes=0,trellis=2,direct=auto,qcomp=0.0,qpmax=51},acodec=mp4a,ab=32,channels=1,samplerate=22050}:gather:rtp{mp4a-latm,sdp=rtsp://192.168.0.10:1235/test.sdp}";
our $VLC_RTSP_TRANSCODE_M = "--sout=#transcode{vfilter=canvas{width=320,height=180,aspect=16:9},vcodec=h264,width=320,height=180,fps=22,bitrate=380,venc=x264{profile=baseline,preset=fast,tune=grain,level=1.2,min-keyint=20,keyint=40,vbv-bufsize=800,partitions=all,no-cabac,subme=7,ref=2,mixed-refs=1,bframes=0,trellis=2,direct=auto,qcomp=0.0,qpmax=51},acodec=mp4a,ab=32,channels=1,samplerate=22050}:gather:rtp{mp4a-latm,sdp=rtsp://192.168.0.10:1235/test.sdp}";
our $VLC_RTSP_TRANSCODE_L = "--sout=#transcode{vfilter=canvas{width=120,height=90,aspect=16:9},vcodec=h264,width=120,height=90,fps=18,bitrate=150,venc=x264{profile=baseline,preset=fast,tune=grain,level=1.2,min-keyint=20,keyint=40,vbv-bufsize=800,partitions=all,no-cabac,subme=7,ref=2,mixed-refs=1,bframes=0,trellis=2,direct=auto,qcomp=0.0,qpmax=51},acodec=mp4a,ab=32,channels=1,samplerate=22050}:gather:rtp{mp4a-latm,sdp=rtsp://192.168.0.10:1235/test.sdp}";
# Zeichensatzeinstellungen
# bei Problemen mit Umlauten und Sonderzeichen
our $binmodeutf8 = "yes"; # ( no)
our $charset = "utf-8"; # ( ISO-8859-1 )
Display More
die Bouquets, Sendungen und Aufnahmen sehe ich im Browser auf dem PC. Wenn ich z.B. eine lfd. Sendung auswähle schaltet der VDR auf diesen Kanal aber danach kommt im Browser immer nur done play.