That link is currently down.
Doesn't work in a browser or VLC. Unless it French GEO locked or unless its doing something funky with you free box to connect.
If you just want free french channels.
Here are some
https://raw.githubusercontent.com/iptv-org/iptv/refs/heads/master/streams/fr.m3u
https://raw.githubusercontent.com/iptv-org/iptv/refs/heads/master/streams/fr_pluto.m3u
https://raw.githubusercontent.com/iptv-org/iptv/refs/heads/master/streams/fr_rakuten.m3u
https://raw.githubusercontent.com/iptv-org/iptv/refs/heads/master/streams/fr_samsung.m3u
Bouquet Maker Xtream - IPTV Bouquet Maker (new 2023)
- KiddaC
- Thread is marked as Resolved.
-
-
Thanx a lot !
Of course the link given can only be reached if you are on the free network, so my question can be : does bouquetMaker can be helpful to access rtsp streams ?
cheers !
-
by default, it only allows http/https urls.
Could it allow rtsp or udp lines. Hmmm

I will have a look around the net and see if I can find any to test -
I will have a look around the net and see if I can find any to test
great !
-
I found 1 playlist that had 1 rtsp:// file.
The only way I could get it to play was to build it with type=5002 (exteplayer). So you will need to have serviceapp installed. See first few posts.
I am actually in the middle of a big update at the moment - that might even be released in the next few hours. So I cant share a file with you.
In the meantime you can test this yourself.
/usr/lib/enigma2/python/Plugins/Extensions/BouquetMakerXtream/parsem3u.py
change thisurl_pattern = re.compile(r'(https?://[^\s]+)')
to this
url_pattern = re.compile(r'((?:https?|rtsp)://[^\s]+)')
but when building the bouquets you will have to select 5002 -
BouquetMakerXtream (BMX) - v1.62 (experimental)
This could go horribly wrong. So its a beta release.
Massive rewrite of all the code for better memory management especially for series.
Added in threads for devices that support it.Add in rtsp type for external or local playlists
Lots of other changes I have been doing in the last month.Files removed see later posts
-
thanx, I will try it tomorrow morning and if my understanding is ok :
- install an extra package called exteplayer
- modify the regexp in parsem3uIn the meantime, I don't understand what is select 5002 but I will do my best ...
Cheers !
ps: I've just seen your last beta, thanx!
-
Display More
thanx, I will try it tomorrow morning and if my understanding is ok :
- install an extra package called exteplayer
- modify the regexp in parsem3u
In the meantime, I don't understand what is select 5002 but I will do my best ...
Cheers !
ps: I've just seen your last beta, thanx!
If you use the beta, you just need to telent these commands now.
opkg update
opkg remove enigma2-plugin-systemplugins-serviceapp
opkg remove exteplayer3
opkg remove ffmpeg
opkg install ffmpeg
opkg install exteplayer3
opkg install enigma2-plugin-systemplugins-serviceapp
opkg remove gstplayer
opkg install gstplayer
Then when building your bouquets you should have others options 5001, 5002, instead of just 1, 4097. Select 5002 for your rtsp playlist. -
BouquetMakerXtream (BMX) - v1.63 (experimental)
fixed epg importer files
fixed hidden categories / streams
----------------------------
This could go horribly wrong. So its a beta release.Massive rewrite of all the code for better memory management especially for series.
Added in threads for devices that support it.
Add in rtsp type for external or local playlists - must use 5002 for them though.
New auto update streams on boot setting - (wouldn't really use it of you got series bouquets as can be slow)Lots of other changes I have been doing in the last month.
Files deleted. See later posts -
Thanks for your effort and hard work for such a great plugin! what would be iptv on e2 without your plugin...
one question. is it possible to add the possibility, that bouquets from your plugin will be created in already exisiting bouquets as sub bouquets?
-
Everything I mentioned now fixed. I have only tested channels hopefully some one who uses for vod or series can give feedback on that or I can try tommorow.
-
Report with VTI and BMX 1.63 (Experimental)
-Bouquets OK
-VOD OK
-Series: „failed get.php“ and aborted.
Series were not created
-
Hello Kiddac,
I've done the requested updates, seem to be ok (without any warns).
Started Your 1.63 and be able to setup 5002 for the freebox bouquet.
Unfortunately when selecting a stream, nothing happens !
Attached images showing you that we are not so far from the goal, you can see that the names of streams are not relevant (missing chars).
Is there a way to debug a bit ?
Cheers.
-
Kiddac,
when bypassing my router, it works perfectly !
I guess this a is mis feature on the freebox side, i.e they don't deliver rtsp if you are not on their subnet.
Not documented of course, but when you try to setup your box in bridge mode, you are noticed that the tv services will not work !
So thank you for your work, may be you can have a look to truncation issues ?
cheers !
-
Report: DM TWO DreamOS Experimental (AIO) image
No progress when downloading broadcasts. "Live TV" gets stuck and won't download anything.Note: Also, previous versions of BMX did not download "Series" bouquets. However, JMX, which has the same functionality as BMX, downloads "Series" bouquets without any problems.
-
Report with VTI and BMX 1.63 (Experimental)
-Bouquets OK
-VOD OK
-Series: „failed get.php“ and aborted.
Series were not created
Some providers have blocked the get.php call. Especially the big large chinese providers.
This is the only safe way to get series data. So if it fails, and you see the message in the final message box, not a lot I can do about that.
But it is the reason it now shows on the final message box. -
Report: DM TWO DreamOS Experimental (AIO) image
No progress when downloading broadcasts. "Live TV" gets stuck and won't download anything.Note: Also, previous versions of BMX did not download "Series" bouquets. However, JMX, which has the same functionality as BMX, downloads "Series" bouquets without any problems.
I have brought in some conditional threading in the last release to speed some things up for boxes that allow threading.
Dreamboxes don't do threading, so it should fall back to the original code.
I will see if anyone else has dreambox issues before I investigate further. But I can turn it off on my local machine to debug and see if the code still works.
So I will do that first.
As for Jedi - Jedi was killed off as the code was massively over complicated.
I will look at jedi's old code (shudder) - and see if I can see anything obvious of why it works better for series -
Interesting...
I know there is a lot more going on in BMX.
But on a playlist I just tested, Jedi is actually 40-50 seconds faster to make bouquets. -
Just reading through the code for jedi. The jedi code (with the exception of the rytec bit), is actually very straightforward and simple. I have tweaked it a lot since the release of BMX.
It is no where near as robust as BMX but I might have to have a rethink, because jedi just works. Maybe BMX2 is on the horizon.
-
V1.63 installed on OBH 5.5.1. When I go to select the TV categories, the lists are empty. The same problem occurs with OpenATV 7.6.
V1.61 works perfectly with the same playlists

Enhance your Enigma2 with KiddaC's creations
Download HD skins, IPTV players (X-Streamity, EStalker), bouquet tools, picon managers, and essential plugins for a complete setup. KiddaC's Enigma2 resources: skins (slyk, v-skin, onyx), IPTV plugins (Xtreamity, Jedi Maker), and utilities (E2Piconizer, ScreenNames) for customization and control.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!
