FAQ  •  Register  •  Login

Goodwood FOS live stream

<<

racepics

Serviio newbie

Posts: 8

Joined: Mon Aug 17, 2015 5:16 am

Post Fri Jun 24, 2016 10:42 pm

Goodwood FOS live stream

Hi all - I've been trying to get the 2016 Goodwood FOS live stream working via serviio.
They have a feed on their website here http://www.goodwood.com/flagship-events ... -of-speed/
And also a youtube feed here https://www.youtube.com/watch?v=CUqUh2YLYoE
I have been through the wiki page for using the youtube plugin but it doesnt seem to work on live streams ( nothing shows up in the online section )

Has anyone else managed to get this working?
I'm using serviio pro 152
<<

racepics

Serviio newbie

Posts: 8

Joined: Mon Aug 17, 2015 5:16 am

Post Sat Jun 25, 2016 8:02 am

Re: Goodwood FOS live stream

Doesn't work in mine. Serviio says the stream is invalid when you try to check it, and nothing shows in the 'online" directory.

I can't get any youtube sources to work, even using the foxtube plugin to put them in there, nothing works.
I've replaced all of the serviio files, upgraded to 161 and also replaced the youtube groovy file.
<<

jk50

Serviio lover

Posts: 57

Joined: Mon Jan 09, 2012 9:53 am

Post Sat Jun 25, 2016 8:40 am

Re: Goodwood FOS live stream

I don't know what to tell you ,I just checked it again, it's working here.
Did you set the source type to Live stream , Media type to video?
copy paste error?
What country are in ? The url I gave you may be geo blocked.
<<

racepics

Serviio newbie

Posts: 8

Joined: Mon Aug 17, 2015 5:16 am

Post Sat Jun 25, 2016 8:43 am

Re: Goodwood FOS live stream

Yes to all those - copied the whole lot I'm sure - will do it again anyway - and I'm in NZL
Cant be geoblocked if I can view it via youtube?

I tried to play it in vlc as well - wont work

I managed to get the foxtube addon working and added the whole youtube "Live Now" heading. It produces a "live Now" folder but there's nothing in it...

What do you use to capture the URL?
<<

jk50

Serviio lover

Posts: 57

Joined: Mon Jan 09, 2012 9:53 am

Post Sat Jun 25, 2016 9:27 am

Re: Goodwood FOS live stream

Ok I'm on the other side of the planet . that url i gave you probably is geo blocked .
I got the url with youtube-dl . http://youtube-dl.org/

this command will get you a list of available formats

  Code:
(in linux)
youtube-dl -F https://www.youtube.com/watch?v=CUqUh2YLYoE
(on windows)
youtube-dl.exe -F https://www.youtube.com/watch?v=CUqUh2YLYoE   


should return something like this
  Code:
format code  extension  resolution note
91           mp4        144p       HLS , h264, aac  @ 48k
92           mp4        240p       HLS , h264, aac  @ 48k
93           mp4        360p       HLS , h264, aac  @128k
94           mp4        480p       HLS , h264, aac  @128k
95           mp4        720p       HLS , h264, aac  @256k
96           mp4        1080p      HLS , h264, aac  @256k (best)


then pick the format you want.for example the 720p video
run this
  Code:
(in linux)
youtube-dl -f 95 -g https://www.youtube.com/watch?v=CUqUh2YLYoE 
 (on windows)
youtube-dl.exe -f 95 -g https://www.youtube.com/watch?v=CUqUh2YLYoE 


that will give you the url.
<<

racepics

Serviio newbie

Posts: 8

Joined: Mon Aug 17, 2015 5:16 am

Post Sat Jun 25, 2016 9:30 am

Re: Goodwood FOS live stream

Excellent - thanks for your efforts - I'll give it a shot :)
<<

racepics

Serviio newbie

Posts: 8

Joined: Mon Aug 17, 2015 5:16 am

Post Sat Jun 25, 2016 9:40 am

Re: Goodwood FOS live stream

Ok half way there - It now shows in my Online folder but when I try to play it, the video and audio are really scrambled and causes a crash/quit

I think I read about that happening somewhere else on the forums.

cheers
c

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 74 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.