1 hour ago
(This post was last modified: 1 hour ago by hdpvr-doug8796.)
I have extras channels that use different code to use
<channel name="ESPN">
<command>ffmpeg</command>
<args>-v panic -re -i "http://localhost:5589/hls/espn/stream.m3u8" -c:v copy -c:a aac -f mpegts -</args>
</channel>
How do I add guide data to these?
I figured it out sorry.
<channel name="ESPN">
<command>ffmpeg</command>
<args>-v panic -re -i "http://localhost:5589/hls/espn/stream.m3u8" -c:v copy -c:a aac -f mpegts -</args>
</channel>
How do I add guide data to these?
I figured it out sorry.