Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

mpeg dash live stream example [closed]

I am working on MPEG-DASH Live Sreaming and am trying to find a test URL of a live streaming content. So far I've been able to find many VOD content, but not much for live streaming. Does anyone have a test live stream URL?

like image 787
Martty Avatar asked May 15 '15 12:05

Martty


1 Answers

We use an public MPEG-DASH livestream on our demo pages at http://www.dash-player.com/demo/live-streaming-dvr/ and http://www.bitcodin.com/live-streaming/. It comes together with representations up to 1080p and is distributed via an CDN, thus worldwide pretty well usable. This stream is also available as HLS. You can use it via HTTP and HTTPS

MPEG-DASH MPD: http://bitlivedemo-a.akamaihd.net/mpds/stream.php?streamkey=bitcodin

HLS M3U8: https://bitlivedemo-a.akamaihd.net/m3u8s/bitcodin.m3u8

like image 105
Stefan Lederer Avatar answered Oct 11 '22 16:10

Stefan Lederer