![]() |
2012-01-04
, 16:11
|
|
Posts: 34 |
Thanked: 7 times |
Joined on Dec 2011
|
#52
|
![]() |
2012-01-04
, 16:43
|
Posts: 185 |
Thanked: 103 times |
Joined on Aug 2008
|
#53
|
The Following 2 Users Say Thank You to legoman666 For This Useful Post: | ||
![]() |
2012-01-04
, 16:56
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#54
|
![]() |
2012-01-04
, 17:13
|
Posts: 64 |
Thanked: 21 times |
Joined on Nov 2011
|
#55
|
![]() |
2012-01-04
, 17:41
|
Posts: 185 |
Thanked: 103 times |
Joined on Aug 2008
|
#56
|
I saw a how-to in the sticky that sounded like we could push MIME file types to the browser. Someone with more knowledge of this than me could probably say whether or not this could be used to pass the BBC iPlayer play click to the N9 media player. My feeling is that it is possible. I'll poke around when I have some free time but I've never done anything like this before.
<video id="html5-media-player" preload="none" poster="http://node1.bbcimg.co.uk/iplayer/images/episode/b0192pyj_314_176.jpg" height="288" width="512"> <source src="https://securegate.iplayer.bbc.co.uk/mediaselector/5/redir/vpid/b0192pxf/media/iplayer_streaming_http_mp4/proto/https" type="video/mp4"> </video>
echo "video/mp4=videosuiteinterface.desktop" >> /usr/share/applications/mimeinfo.cache
The Following User Says Thank You to legoman666 For This Useful Post: | ||
![]() |
2012-01-04
, 17:45
|
Posts: 1,320 |
Thanked: 915 times |
Joined on Feb 2010
|
#57
|
After examaning the iPlayer with Chrome dev with a iOS5 UA and a UK proxy, I found this:
Which says to me that it's just a mp4 video stream. So try this from root terminal:Code:<video id="html5-media-player" preload="none" poster="http://node1.bbcimg.co.uk/iplayer/images/episode/b0192pyj_314_176.jpg" height="288" width="512"> <source src="https://securegate.iplayer.bbc.co.uk/mediaselector/5/redir/vpid/b0192pxf/media/iplayer_streaming_http_mp4/proto/https" type="video/mp4"> </video>
And then attempting to play something on the bbc iplayer. I'm messing with it in the US through a proxy, but it's slow and I think the video itself is https, which my proxy doesn't support. Let me know.Code:echo "video/mp4=videosuiteinterface.desktop" >> /usr/share/applications/mimeinfo.cache
The Following 2 Users Say Thank You to godofwar424 For This Useful Post: | ||
![]() |
2012-01-04
, 18:10
|
Posts: 1,320 |
Thanked: 915 times |
Joined on Feb 2010
|
#58
|
video/*=videosuiteinterface.desktop
![]() |
2012-01-04
, 18:19
|
Posts: 185 |
Thanked: 103 times |
Joined on Aug 2008
|
#59
|
If you look in the mimeinfo.cache file, you will see that there is already a video link in there that will open ALL video files with videosuiteinterface.desktop
Code:video/*=videosuiteinterface.desktop
This means the problem lies in the browser itself, it isn't relaying the link properly to the N9, meaning that the the video file isn't detected and the video player doesn't open.
![]() |
2012-01-04
, 18:27
|
Posts: 1,320 |
Thanked: 915 times |
Joined on Feb 2010
|
#60
|
x-maemo-highlight/rtsp-url=videosuiteinterface.desktop x-maemo-urischeme/rtsp=videosuiteinterface.desktop
Well Nokia do at least know how to build a decent phone, just apparently don't know how to support it..
N900 Died
My Contributions
N900 Conversations Wiki Page