lundman
16-04-09, 15:03
Rather than hi-jack the other thread, I thought I would start again.
I've attempted to take the mymovies test directory structure given, and change one of the media urls.
So we have
cat ./-/dune_folder.txt
icon_path = -.aai
media_url = http://movies.apple.com/movies/sony_pictures/cloudywithachanceofmeatballs/cloudywithachanceofmeatballs-tlr1_480p.mov
icon_dx = 0
icon_dy = 0
icon_valign = top
Which launches the file_player as usual with the playlist. The playlist contains:
$ cat /tmp/run/playlist.internal
-1
-
http://movies.apple.com/movies/sony_pictures/cloudywithachanceofmeatballs/cloudywithachanceofmeatballs-tlr1_480p.mov
2
But alas, i get error followed by recovery. The debug file says:
Error opening file http://movies.apple.com/movies/sony_pictures/cloudywithachan
ceofmeatballs/cloudywithachanceofmeatballs-tlr1_480p.mov
quitting due to error RM_ERROR_NOT_MP4 (87)...
Which I guess means it does work, but will not actually support apple trailers due to codecs used? Oh well. Unless it supports the format all apple trailers are in, there probably is no reason for me to carry on.
Even piping through mencoder will not help as it would use quicktime intel codecs.
I've attempted to take the mymovies test directory structure given, and change one of the media urls.
So we have
cat ./-/dune_folder.txt
icon_path = -.aai
media_url = http://movies.apple.com/movies/sony_pictures/cloudywithachanceofmeatballs/cloudywithachanceofmeatballs-tlr1_480p.mov
icon_dx = 0
icon_dy = 0
icon_valign = top
Which launches the file_player as usual with the playlist. The playlist contains:
$ cat /tmp/run/playlist.internal
-1
-
http://movies.apple.com/movies/sony_pictures/cloudywithachanceofmeatballs/cloudywithachanceofmeatballs-tlr1_480p.mov
2
But alas, i get error followed by recovery. The debug file says:
Error opening file http://movies.apple.com/movies/sony_pictures/cloudywithachan
ceofmeatballs/cloudywithachanceofmeatballs-tlr1_480p.mov
quitting due to error RM_ERROR_NOT_MP4 (87)...
Which I guess means it does work, but will not actually support apple trailers due to codecs used? Oh well. Unless it supports the format all apple trailers are in, there probably is no reason for me to carry on.
Even piping through mencoder will not help as it would use quicktime intel codecs.