FAQ  •  Register  •  Login

trailers.apple.com

<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Sep 23, 2011 7:32 am

trailers.apple.com

Latest Movie Trailers
Recently added Movie Trailers.
http://trailers.apple.com/trailers/home ... ailers.rss
<<

evanslee

Serviio lover

Posts: 71

Joined: Sat Jan 01, 2011 6:39 pm

Location: England, UK

Post Tue Sep 27, 2011 10:00 pm

Re: [VIDEO] trailers.apple.com

Example URL: http://trailers.apple.com/trailers/focu ... oldierspy/

Example 480p:
http://trailers.apple.com/movies/indepe ... _h480p.mov

Example 720p:
http://trailers.apple.com/movies/indepe ... _h720p.mov

Example 1080p
http://trailers.apple.com/movies/indepe ... h1080p.mov


somebody here has posted how they get the movie links
http://www.krunk4ever.com/blog/2006/12/17/how-to-download-hd-trailers-from-applecom/

  Code:
set INPUT=
set /P INPUT=Type input: %=%
C:\Program Files\GnuWin32\bin\wget -U “Quicktime/7.2.0” %INPUT%
@pause
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Sep 28, 2011 8:45 am

Re: [VIDEO] trailers.apple.com

I was looking at this yesterday, have the whole plugin ready but it requires the Quicktime user-agent to be sent. I have to look if FFmpeg supports that and if yes, implement the change - so it wouldn't work until 0.6.1 anyway.

Looked into it, doesn't seem we can pass headers to http requests in ffmpeg. Unless not via ffmpeg command line - if someone figures this out then this plugin is a go.
<<

evanslee

Serviio lover

Posts: 71

Joined: Sat Jan 01, 2011 6:39 pm

Location: England, UK

Post Wed Sep 28, 2011 7:13 pm

Re: [VIDEO] trailers.apple.com

Could java (which i know little about) stream the file to ffmpeg instead of ffmpeg going direct to apple?
java.net.URLConnection c = url.openConnection();
c.setRequestProperty("User-Agent", "Quicktime/7.2.0");

I doubt you want serviio using php/curl...

this ffmpeg page mentions useragent
http://ffmpeg.org/doxygen/trunk/mmsh_8c.html
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Sep 28, 2011 9:11 pm

Re: [VIDEO] trailers.apple.com

not going to go through Java, it would only decrease the delivery speed, would increase buffering etc.
<<

jlcooke

Streaming enthusiast

Posts: 22

Joined: Wed May 30, 2012 7:46 pm

Post Wed May 30, 2012 7:55 pm

Re: trailers.apple.com

What id the trailers were downloaded periodically and then ffmpeg'd?

I did this for my Samsung TV using PHP, ffmpeg, and OSFLV. ffmpeg options "-vcodec copy" and "-acodec copy" make changing from mp4-->avi/flv/mkv very fast.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Jun 11, 2012 8:16 pm

Re: trailers.apple.com

this will now be possible in 1.0, will release the plugin once 1.0 is out
<<

Xmantium

User avatar

DLNA master

Posts: 1396

Joined: Sat Jul 23, 2011 2:12 pm

Location: Manchester, UK

Post Sun Jul 29, 2012 6:26 pm

Re: trailers.apple.com

Any update on your Apple Trailers plugin?
Sony Bravia 2010 52NX803 - Sony PS3 - Xbox 360
Serviio running on QNAP NAS 639 Pro - 1.6 Intel Dual Core - 2GB RAM and QNAP NAS 121 - 2Ghz ARM Marvell - 1GB RAM
Console using ServiiDroid for Android, ServiiMetro and ServiiWP for Windows Phone and WebUI for iOS
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Sun Jul 29, 2012 6:43 pm

Re: trailers.apple.com

HDTrailers.groovy now contains support for Apple Trailers.
<<

Xmantium

User avatar

DLNA master

Posts: 1396

Joined: Sat Jul 23, 2011 2:12 pm

Location: Manchester, UK

Post Sun Jul 29, 2012 7:36 pm

Re: trailers.apple.com

jhb50 wrote:HDTrailers.groovy now contains support for Apple Trailers.

HD Trailers is really good, amazing job on that groovy.
Problem is inconsistent bitrate as it uses several sources.

Apple Trailers on its own does provide consistent level of quality/bitrate and is one of my most used XBMC plugin - Source here
It uses http://trailers.apple.com/trailers/home/xml/current.xml
A Serviio groovy for this would be amazing! :D
Sony Bravia 2010 52NX803 - Sony PS3 - Xbox 360
Serviio running on QNAP NAS 639 Pro - 1.6 Intel Dual Core - 2GB RAM and QNAP NAS 121 - 2Ghz ARM Marvell - 1GB RAM
Console using ServiiDroid for Android, ServiiMetro and ServiiWP for Windows Phone and WebUI for iOS
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Sun Jul 29, 2012 10:27 pm

Re: trailers.apple.com

All the sources including apple provide 3 qualities 480,720 and 1080 and the plugin allows you to choose. There are also lots of movies for which apple has no trailers so an exclusive apple one would be limited.

However, I have added a new option pref=apple so if there is an apple trailer available the latest apple trailer will be shown in place of the latest trailer overall. So best of both worlds.

Return to Plugin requests

Who is online

Users browsing this forum: No registered users and 15 guests

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