2024-09-17, 01:54 AM
(This post was last modified: 2024-09-17, 01:59 AM by hdpvr-doug8796.)
So, I did this,
<extras>
<channel name="NewTest">
<command>ffmpeg</command>
<args>-v panic -re -i "http://192.168.68.56:5589/stream?url=https://www.cbs.com/live-tv/stream/tveverywhere/?ch=CBSIN" -c:v copy -c:a aac -f mpegts -</args>
</channel>
</extras>
Is there a better way to do it without having to convert? will another codec be less stressful? I got a little hiccup (granted I had stuff open)
It seems we came up with it at the same time
Do you think a little buffer could help too with all the pressure on cpu/gpu and converting audio
<extras>
<channel name="NewTest">
<command>ffmpeg</command>
<args>-v panic -re -i "http://192.168.68.56:5589/stream?url=https://www.cbs.com/live-tv/stream/tveverywhere/?ch=CBSIN" -c:v copy -c:a aac -f mpegts -</args>
</channel>
</extras>
Is there a better way to do it without having to convert? will another codec be less stressful? I got a little hiccup (granted I had stuff open)
It seems we came up with it at the same time
Do you think a little buffer could help too with all the pressure on cpu/gpu and converting audio