INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: BBC World News - Can't get the live video stream to play in MC  (Read 92 times)

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14365
  • I won! I won!

BBC World news has been pulled off our PayTV service as they want everyone to use their "app" but.... I thought it would be easier to use MC, but can't get it to work. 

I can see that the URL for their live stream for me here in Oz is:
Code: [Select]
https://vs-cmaf-pushb-apac-gcomm.live.cf.md.bbci.co.uk/x=4/i=urn:bbc:pips:service:bbc_world_news_africa/pc_hd_abr_v2.mpd
Any thoughts?

Thanks
Nathan

FWIW, I can use the following script for ffmpeg and that works fine, so it's not that the link is blocked or unavailable to me.

Code: [Select]
ffmpeg -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" -referer "https://www.bbc.com/watch-live-news" -i "https://vs-cmaf-pushb-apac-gcomm.live.cf.md.bbci.co.uk/x=4/i=urn:bbc:pips:service:bbc_world_news_africa/pc_hd_abr_v2.mpd" -c copy "pc_hd_abr_v2.ts"
Logged
JRiver CEO Elect

Graham849

  • Recent member
  • *
  • Posts: 29

i watch/listen https://www.bbc.com/watch-live-news, not sure why africa is in your urls
Logged

leezer3

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1583

It's probably expecting the referrer to be set- That's the main difference between the two.
Logged

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14365
  • I won! I won!

i watch/listen https://www.bbc.com/watch-live-news, not sure why africa is in your urls

Yeah, that's the link to the Web Page.  When I click on "Watch Live" then the URL I posted is what is used to stream the actual video.  I want to just watch the actual live video stream directly from Theaterview, but I have to get that link working first (and for ffmpeg can grab it).
Logged
JRiver CEO Elect
Pages: [1]   Go Up