Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Streaming Live TV channel from m3u play list

I am trying to develop an app for live channels streaming

But getting trouble when try to play from m3u play list .

http://jan.newmarch.name/android/StreamingAudio.html

This above link describe Streaming Audio from m3u play list . But I want to

Streaming Video from m3u play list .

like image 338
saeed Avatar asked Nov 19 '25 13:11

saeed


2 Answers

Look into VLC as it has strong streaming capabilities, and support for probably any video/audio format. You will need to integrate libvlc in your app and pass command-line options to the libvlc.

like image 117
RonTLV Avatar answered Nov 22 '25 03:11

RonTLV


If i understood your question correctly, you want to set up a video streaming server. The mostly common video streaming format for internet is HLS, which uses m3u8 playlists. You can start with ffmpeg using this tutorial (or any of tens of the others):

http://www.bogotobogo.com/VideoStreaming/ffmpeg_http_live_streaming_hls.php

However there are a lot of possible approaches depending on your project scale and requirements.

like image 37
Oleg Loginov Avatar answered Nov 22 '25 03:11

Oleg Loginov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!