creating m3u file for Android.

Help and support for HDHomeRun Tuners, HDHomeRun DVR, and HDHomeRun software for Windows, Mac, Android, XBox, etc.
Post Reply
clarkss12
Posts: 1496
Joined: Sat May 11, 2013 11:51 am
Device ID: 1055A951;10781466;1080270E;153070FD;
Location: Michigan, USA
x 3
Contact:

creating m3u file for Android.

Post by clarkss12 »

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.

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.

Post by signcarver »

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.

Post by clarkss12 »

signcarver wrote: Sun Oct 05, 2025 2:33 pm did you try by ip address rather than using the mdns .local
Thank you, I will try that next.

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.

Post by signcarver »

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).

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.

Post by clarkss12 »

signcarver 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).
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 WJBK
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.

Post by clarkss12 »

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

Billi23
Posts: 170
Joined: Mon Mar 20, 2017 8:08 pm
Device ID: 1323AADB
x 3

Re: creating m3u file for Android.

Post by Billi23 »

Try this instead

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
Using the IPv4 address instead of hostname of the tuner

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.

Post by clarkss12 »

Billi23 wrote: Sun Oct 05, 2025 3:32 pm Try this instead

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
Using the IPv4 address instead of hostname of the tuner
Unfortunately, that did not work either... but thanks.

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.

Post by clarkss12 »

Billi23 wrote: Sun Oct 05, 2025 3:32 pm Try this instead

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
Using the IPv4 address instead of hostname of the tuner
That works now, using IpTV Pro app.

https://imgur.com/XgkJtVJ
https://imgur.com/hnqbsfd
https://imgur.com/estv7S7
https://imgur.com/2PNjMSr

Post Reply