a computer file format that stores multimedia playlists
0
votes
0answers
75 views
vlc player unable to play m3u8 play list
#EXTM3U
#EXT-X-TARGETDURATION:10
#EXTINF: 10
wr3libvorbis-1.ogg
#EXTINF: 10
wr3libvorbis-2.ogg
#EXTINF: 10
wr3libvorbis-3.ogg
#EXTINF: 10
wr3libvorbis-4.ogg
#EXTINF: 10
wr3libvorbis-5.ogg
#EXTINF: 10
...
-1
votes
1answer
412 views
M3u radio streaming in android using eclipse
I am developing an Android radio streaming application.
I want to stream music using M#U file. Can you advise how can I achive this?
Thank you
1
vote
0answers
181 views
how to play full m3u audio stream in ios
NSURL *url = [NSURL URLWithString:@"http://yyyyy.com/radio.m3u"];
moviePlayer = [[MPMoviePlayerController alloc] initWithContentURL:url];
// Register to receive a notification when the movie has ...
1
vote
1answer
858 views
how to download m3u video in IOS app? [closed]
I'm developing an IOS application which will download some videos to local so that users can watch those videos offline. But currently, a lot of videos are m3u and m3u8 format. As I know m3u and m3u8 ...
0
votes
0answers
117 views
Dynamic m3u8 file for ios
I know that this may sound stupid but is it possible to have an tag with the src set to a .m3u8 file that I can somehow edit or write to on the server side and the changes be updated for the client ...
1
vote
0answers
156 views
getDuration() of m3u8 streming video file
i am working with streaming video player application.
I am able to get the video duration of mp4 formate video
But i could not get the video duration of m3u8 video formate url.
Here is the code i ...
1
vote
0answers
141 views
Streaming radio in web browser
I have a homepage for streaming diffrent online web radios. At the moment I'm using the Windows Media Player Plugin but many users report problems with this plugin/solution (details about the current ...
0
votes
0answers
316 views
HLS adaptative streaming Vitamio support
We're trying to integrate the vitamio plugin-framework inside our Android App to support the HLS on android version older than 3.2 (like explained stream live video to Android)
And it seems that the ...
0
votes
0answers
146 views
Play m3u8 in safari has only audio but no video
I have two file for test:
File 1.
File 2.
In 1.html, it loads a m3u8 file:
#EXTM3U
#EXT-X-TARGETDURATION:30
#EXTINF:30,
1.mp4
#EXT-X-ENDLIST
But when running 1.html, it has only audio but no ...
1
vote
0answers
160 views
2 different m3u for 2 different browser reaction
I want to integrate a player for a nicecast shoutcast on my website using m3u, and possibly like this one i found on the internet (or a better if you have one, I already tried jwplayer):
http:// ...
2
votes
1answer
327 views
Stream m3u with an embeded player on a website
I would like to know what are the best ways to stream m3u with an embeded player on a website nowdays thanks to HTML5 or Jquery. I would like to avoid flash.
I would also appreciate a tutorial to add ...
-1
votes
2answers
2k views
JavaScript Radio Player [closed]
Does anybody know how to create a JavaScript radio player that will play radio streaming playlist files like: *.pls, *.m3u etc.?
0
votes
1answer
174 views
m3u8-segmenter not compiling
root@ip-**-**-**-**:/home/jeff/m3u8-segmenter# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe ...
0
votes
1answer
228 views
Use an m3u playlist for my media player.
I am making a WPF application of a media player from scratch. I have added a listbox where I can switch from one song to the next. I want to save this list as an m3u playlist and I want to be able to ...
1
vote
1answer
1k views
jwplayer streaming m3u from another domain
Looking to stream a radio station on my website, we also host the streaming but from a different domain.
Just getting this error:
Task Queue failed at step 5: Playlist could not be loaded due to ...
0
votes
0answers
423 views
Convert youtube playlist into an .M3U file using Python
Here's a treat for you VLC lovers out there!
I've been hoping to convert a couple of YouTube playlists into .M3U files and, apparently, a program called playlist-dl.py I found at this website can do ...
0
votes
1answer
352 views
ASUS padfone shows black screen when playing Http Live Streaming (m3u8) files using Android VideoView
When I try to play HLS m3u8 file (http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8) on ASUS padfone (http://www.asus.com/Mobile/PadFone/), it shows a black screen with no video nor ...
0
votes
1answer
1k views
Playing HLS (.m3u8) using QTKit in MacOS 10.6.8
I'm creating an app that supports playing hls files (.m3u8) on a Mac OS environment, and I've just found out that AVFoundation is only available for Mac OS 10.7 onwards.
So, I've been left with ...
0
votes
1answer
530 views
HLS varianplaylistcreator for Windows
My initial task was to find a segmenter for Windows that will split a h264\aac video file without changing its codecs and make it playable through HLS.
The best way that worked for me is to use ...
2
votes
1answer
574 views
Parsing of m3u files in Objective-C for iPhone from file system or URL
Thanks for your help. I had some trouble with Objective-C.
I'm some kinde of NEWbe in programing. Xcode 4.0.2.
So I had some code. This code should take a link from m3u playlist and add it to ...
1
vote
0answers
702 views
How to get stream video(m3u8 format) resolution from url link, android2.3.3?
I have tried many ways to retrieve the video meta data from url like (http://xxx.xxx.xxx.xxx/streams/xxxx/playlist.m3u8), the project is useing android 2.3.3 SDK.
As I know the MediaMetadataRetriver ...
0
votes
1answer
280 views
Opening a website as an iPad/iPhone in xcode
I'm trying to parse streaming video websites in order to play them in an iPad/iPhone app.
For example, in www.veetle.com, opening a channel with an iPad or iPhone you can see the video, because the ...
0
votes
1answer
224 views
M3U playlists…why redundant files?
I'm taking a look at some random Icecast playlists (available here: http://dir.xiph.org/index.php) and I'm wondering why many seem to contain a list of the same mp3 file.
e.g.:
GET ...
0
votes
1answer
3k views
Playlist file(m3u8) give another playlist file infinitely not giving any media file
I have a playlist file which give me another playlist file which also give me another playlist file, continously.
How can I play this playlist file? and Where can I found the source of video?
For ...
6
votes
1answer
3k 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 it in Android 3.2.
...
0
votes
0answers
349 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 ...
1
vote
0answers
168 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
0
votes
1answer
2k 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.
2
votes
1answer
506 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
375 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
...
1
vote
2answers
808 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
...
0
votes
2answers
1k 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
2k 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 ...
2
votes
1answer
2k 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 ...
1
vote
1answer
456 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 ...
0
votes
1answer
394 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 ...
1
vote
4answers
7k 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
818 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 ...
12
votes
2answers
1k 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 ...
1
vote
1answer
834 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!
8
votes
3answers
14k 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
1answer
954 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?
0
votes
2answers
3k 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
4answers
2k 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
719 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 ...
4
votes
2answers
2k 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, ...
1
vote
2answers
314 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
1answer
414 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 ...

