Not really sure how to ask this question.
Situation, trying to watch live TV streams using Dune HD media player. I can watch live streams, IF there is a live stream playing on a different device like my PC. I can watch recorded media, but not live streams...
Running DVR engine on Synoloy NAS...
I can create a m3u file and it will play live TV streams using Windows, but not using my Dune media player. This is my m3u file >>> "#EXTINF:-1 channel-id="2.1" channel-number="2.1" tvg-name="WJBK" group-title="Favorites",2.1 WJBK
http://hdhr-1080270e.local:5004/auto/v2.1"
What am I missing..... Guess I am not explaining very well.
creating m3u file for Android.
-
signcarver
- Expert
- Posts: 11467
- Joined: Wed Jan 24, 2007 1:04 am
- Device ID: 10A05954 10802091 131B34B7 13231F92 1070A18E 1073ED6F 15300C36
- x 28
Re: creating m3u file for Android.
did you try by ip address rather than using the mdns .local
-
clarkss12
- Posts: 1496
- Joined: Sat May 11, 2013 11:51 am
- Device ID: 1055A951;10781466;1080270E;153070FD;
- Location: Michigan, USA
- x 3
- Contact:
Re: creating m3u file for Android.
Thank you, I will try that next.signcarver wrote: Sun Oct 05, 2025 2:33 pm did you try by ip address rather than using the mdns .local
-
signcarver
- Expert
- Posts: 11467
- Joined: Wed Jan 24, 2007 1:04 am
- Device ID: 10A05954 10802091 131B34B7 13231F92 1070A18E 1073ED6F 15300C36
- x 28
Re: creating m3u file for Android.
Hopefully it works but in rereading your post I'm not sure that is it... when exactly does it work and when doesn't it work as I think I might be missing something there.
You may wish to try playing through a record engine but that might be somewhat problematic for a m3u player... as there are a couple of parameters that need to be added and one should change with new requests.
There are some things that don't work well with live content as they must know how large it is (rather than being a continuous potentially never ending stream).
You may wish to try playing through a record engine but that might be somewhat problematic for a m3u player... as there are a couple of parameters that need to be added and one should change with new requests.
There are some things that don't work well with live content as they must know how large it is (rather than being a continuous potentially never ending stream).
-
clarkss12
- Posts: 1496
- Joined: Sat May 11, 2013 11:51 am
- Device ID: 1055A951;10781466;1080270E;153070FD;
- Location: Michigan, USA
- x 3
- Contact:
Re: creating m3u file for Android.
I tried this but did not work.... #EXTINF:-1 channel-id="2.1" channel-number="2.1" tvg-name="WJBK" group-title="Favorites",2.1 WJBKsigncarver wrote: Sun Oct 05, 2025 3:00 pm Hopefully it works but in rereading your post I'm not sure that is it... when exactly does it work and when doesn't it work as I think I might be missing something there.
You may wish to try playing through a record engine but that might be somewhat problematic for a m3u player... as there are a couple of parameters that need to be added and one should change with new requests.
There are some things that don't work well with live content as they must know how large it is (rather than being a continuous potentially never ending stream).
http://hdhr-192.168.10.245.local:5004/auto/v2.1
Been doing more reading, what about a strm file??
Edit: When I am playing a stream on the HDHomeRun app, I can play it live on my Dune HD app...
-
clarkss12
- Posts: 1496
- Joined: Sat May 11, 2013 11:51 am
- Device ID: 1055A951;10781466;1080270E;153070FD;
- Location: Michigan, USA
- x 3
- Contact:
Re: creating m3u file for Android.
Hope these photos help explain what I am talking about. It is NOT that important, just something I would like to get working.
https://imgur.com/4UwsXa8
https://imgur.com/V6SCKpF
https://imgur.com/7XpKlZn
https://imgur.com/4UwsXa8
https://imgur.com/V6SCKpF
https://imgur.com/7XpKlZn
Re: creating m3u file for Android.
Try this instead
Using the IPv4 address instead of hostname of the tuner
Code: Select all
#EXTINF:-1 channel-id="2.1" channel-number="2.1" tvg-name="WJBK" group-title="Favorites",2.1 WJBK
http://192.168.10.245:5004/auto/v2.1
-
clarkss12
- Posts: 1496
- Joined: Sat May 11, 2013 11:51 am
- Device ID: 1055A951;10781466;1080270E;153070FD;
- Location: Michigan, USA
- x 3
- Contact:
Re: creating m3u file for Android.
Unfortunately, that did not work either... but thanks.Billi23 wrote: Sun Oct 05, 2025 3:32 pm Try this insteadUsing the IPv4 address instead of hostname of the tunerCode: Select all
#EXTINF:-1 channel-id="2.1" channel-number="2.1" tvg-name="WJBK" group-title="Favorites",2.1 WJBK http://192.168.10.245:5004/auto/v2.1
-
clarkss12
- Posts: 1496
- Joined: Sat May 11, 2013 11:51 am
- Device ID: 1055A951;10781466;1080270E;153070FD;
- Location: Michigan, USA
- x 3
- Contact:
Re: creating m3u file for Android.
That works now, using IpTV Pro app.Billi23 wrote: Sun Oct 05, 2025 3:32 pm Try this insteadUsing the IPv4 address instead of hostname of the tunerCode: Select all
#EXTINF:-1 channel-id="2.1" channel-number="2.1" tvg-name="WJBK" group-title="Favorites",2.1 WJBK http://192.168.10.245:5004/auto/v2.1
https://imgur.com/XgkJtVJ
https://imgur.com/hnqbsfd
https://imgur.com/estv7S7
https://imgur.com/2PNjMSr