Hallo,
ich versuche hier das Webstreaming des Live Plugins zum Laufen zu bringen, was mir aber nicht gelingen will. Ich habe verschiedene Browser probiert Safari, Firefox, Brave, bekomme aber immer diese Fehlermeldung im Browser:
Code
Could not play video
There was a problem trying to load the video
Error code: hls:NetworkError_manifestLoadTimeout
Das sind die Einstellungen in der setup.conf für live
Code
live.ChannelGroups = 1,2,3,4,8;11,12,13,14;16,17,18,19;20,21,22
live.LastChannel = 111
live.LastSortingMode = nameasc
live.LastWhatsOnListMode = detail
live.MarkNewRec = 1
live.ScheduleDuration = 8
live.ScreenShotInterval = 1000
live.ShowChannelsWithoutEPG = 0
live.ShowIMDb = 1
live.ShowInfoBox = 1
live.ShowLogo = 1
live.ShowPlayMediaplayer = 1
live.StartPage = whatsonnow
live.StreamdevPort = 3000
live.StreamdevType = TS
live.StreamVideoOpt0 = ffmpeg -debug warning -f mpegts -analyzeduration 1.2M -probesize 5M -i <input> -map 0:v -map 0:a:0 -c:v copy -c:a aac -ac 2
live.StreamVideoOpt1 = ffmpeg -debug warning -f mpegts -analyzeduration 1.2M -probesize 5M -i <input> -map 0:v -map 0:a:0 -c:v libx264 -preset ultrafast -crf 23$
live.StreamVideoOpt2 = ffmpeg -debug warning -f mpegts -analyzeduration 1.2M -probesize 5M -i <input> -map 0:v -map 0:a:0 -c:v libx264 -preset ultrafast -crf 23$
live.StreamVideoOpt3 = ffmpeg -debug warning -f mpegts -analyzeduration 1.2M -probesize 5M -i <input> -map 0:v -map 0:a:0 -c:v libx264 -preset ultrafast -crf 23$
live.Theme = marine
live.UseAjax = 1
live.UseAuth = 0
live.UserdefTimes = 20:15;21:45;23:00
live.UseStreamdev = 1
Display More
Welche Voraussetzungen müssen für die Wiedergabe im Browser, beim vdr System erfüllt sein, damit das funktioniert?
massi