The m3u tag has no wiki summary.
12
votes
2answers
671 views
iPhone MP4 Video Playlist
I have a library of footage encoded as H.264/AAC inside MP4 containers. Right now I can successfully stream the footage to the iPhone using Apache and mod_h264.
What I'd like to be able to do is tell ...
5
votes
1answer
254 views
Issue in playing m3u8 file in android 3.2
I am trying to play apple test stream video(.m3u8) in android
this is the link: http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8
But i am not able to play in android 3.2.
...
4
votes
2answers
1k views
Streaming to iphone via m3u8
Hi:
I've been reading around about streaming on the iphone via m3u8 but I'm not sure if I'm missing something.
It is well documented that MPMoviePlayerController will only play full-screen in OS 3.1, ...
3
votes
1answer
693 views
iPhone MPMoviePlayerController : download files while streaming en play them localy
I've m3u8 file with all the TS files. MPMoviePlayerController play them fine via http request on the streaming server. But I'd like to get the files localy in order to play them again later without ...
3
votes
3answers
5k views
Streaming from M3U on Android
I am working with Android OS to try to stream from an M3U. I don't see why this is a big deal on Android, but for some reason it is. The M3U structure is simple, it's essentially a list of URLs to ...
1
vote
0answers
59 views
Looking for recommendations for a single line JS audio player that will play M3U files
Does anyone know of anyone JS/JQuery/Flash audio players that will play M3U files?
I would like one where the user can skip back and forward between tracks on the playlists.
Thanks in advance
1
vote
1answer
369 views
Android: Browse audio playlist and open a M3U file from an app
I am trying to find a way to browse audio playlist and return and save the Uri
of the playlist to play it later.
Like an alarm clock which you can select the playlist to paly it later when alarm
...
1
vote
1answer
301 views
what happens when i send a different m3u8 to ipad than what it expected?
I am prototyping this idea. i have a client/server model wherein whenever a client requests a m3u8 file, say 01.m3u8.
Based on some conditions I send it 01.m3u8 or some other m3u8 file, say ...
1
vote
3answers
3k views
Method for launching audio player on Android from web page for streaming media
To link to SHOUTcast/HTTP internet radio streams, traditionally you would link to a playlist file, such as an M3U or PLS. From there, the browser would launch the audio player registered to handle ...
1
vote
2answers
222 views
Reading multimedia playlist file in Python (libraries)
Which libraries do you recommend for reading (parsing) multimedia playlist files?, would be useful if the library supports differents playlist formats, like M3U, WPL, and anothers.
For Python i found ...
1
vote
1answer
551 views
Objective-C: Parse .m3u file to get .mp3
I'm trying to stream audio in .m3u and would like to get the .mp3 components of the file. How would I go about parsing the .m3u?
Thanks in advance!
1
vote
1answer
216 views
Convert mp3 to m3u
I need to stream mp3 to iPhone, and for this purpose i must convert mp3 files to m3u.
What tools i can use for this conversion?
Somethink like segmentor for ts files?
1
vote
2answers
261 views
How do I output Unicode characters as a pair of ASCII characters?
How do I convert (as an example):
Señor Coconut Y Su Conjunto - Introducciõn
to:
Señor Coconut Y Su Conjunto - Introducciõn
I've got an app that creates m3u playlists, but when the track ...
0
votes
0answers
38 views
OGG stream from url or m3u stream [closed]
I am trying to create a .ogg stream from a .m3u stream.
The url to my stream is http://137.159.42.5:8000/listen
or
icy://137.159.42.5:8000/listen.
Not sure what really is going on, but I have ...
0
votes
0answers
61 views
Open .m3u stream in iTunes from website
I have a .m3u stream for my university's radio station, and I am trying to code our new website, and I would like to put a link on the website that automatically opens the .m3u live stream in their ...
0
votes
0answers
638 views
HTML5 m3u / asx stream player
I was wondering if it is possible to play a radio stream via m3u or asx on a HTML 5 player?
Google doesn't give me any answers.
0
votes
1answer
155 views
A/V sync issue - Apple's HTTP Live Streaming
When I try to stream TS chunks generated by 3rd party multiplexers (Mainconcept/Elecard) from Safari browser in IPad 2.0/1.0 I always see Audio Video synchronization issue over a period of time.
But ...
0
votes
0answers
168 views
Parse M3U file locations to fully qualified paths
I would like to parse the file location information in an M3U playlist into fully qualified paths. The possible formats in M3U files seem to be:
c:\mydir\songs\tune.mp3
\songs\tune.mp3
...
0
votes
2answers
730 views
MPMoviePlayerController stretches / distorts live streaming video (m3u8)
I am using MPMoviePlayerController to play live streaming m3u8 video for iOS 3.1.2. It opens in full screen landscape, which is fine. However, usually after playing for 10-20 seconds, the screen ...
0
votes
1answer
868 views
Open m3u8 Files from iOS on PC
I got an App called TV Screen on my iPhone.
There i can save TV Shows localy on my iPhone, well kind of.
I went via SSH to the Application folder and found many .ts files and a m3u8 file.
Here the ...
0
votes
1answer
155 views
Stream Segmentation: Which browsers support it?
Apple has a spec for using .m3u as a playlist file of .ts video segments. I understand it works on iOS devices and OSX Safari. Is it supported by any other browsers? If not, are there any other ...
0
votes
2answers
2k views
Iphone sdk support for playing mp3 files over the network
Hi
I am writing an application to contact a webserver running on a desktop to access and play mp3 files.
Here is what I tried so far:
I have used MPMusicPlayerController (and tried UIWebview) ...
0
votes
3answers
663 views
mediafilesegmenter on CentOS?
I'm working on a project where I need to batch convert files to multiple media formats, some of which will be streamed to iPhone. I'm using ffmpeg on a CentOS server, and have been using ...
0
votes
1answer
479 views
Next track or shuffle in M3U playlist?
I have an M3U play-list that has URLs for some MP3s from around the web. It's on a server so I can open it on other computers and my iPhone.
Unfortunately, all the players I've tried don't let me hit ...
0
votes
1answer
277 views
auto m3u creation
I am looking for a solution to automatically create .m3u playlists for each music folder in my sdcard so that the music player can play music by folders. I had written a simple VB.Net app in the past ...