Reply
Thread Tools
Posts: 279 | Thanked: 95 times | Joined on Sep 2009
#1
Hi, i've been playing aroound to get iplayer working on nokia n900 without flash.

if you set your browser ua to

vodafone/1.0/SEX1i/R1AA Opera/9.5 (Microsoft Widows; PPC; Opera Mobi/2141; U; UK) UP.Link/6.3.1.20.0 Profile/MIDP-2.0 Configuration/CLDC-1.1



you get xxx.sdp. in tat you see something like this

Code:
v=0
o=- 1260387595 1260387595 IN IP4 212.58.251.100
s=StrictlyComeDancingItTakesTwoMor.3gp
i=<No author> <No copyright>
c=IN IP4 0.0.0.0
t=0 0
a=SdpplinVersion:1610641560
a=StreamCount:integer;2
a=control:rtsp://3gp-acl.bbc.co.uk:554/3gpclip/iPlayer/3g_5413305483698429856.3gp
a=DefaultLicenseValue:integer;0
a=FileType:string;"3GPPRel6FileFormat"
a=LicenseKey:string;"license.Summary.Datatypes.3GPPRel6FileFormat.Enabled"
a=range:npt=0-1709.680000
m=video 0 RTP/AVP 96
b=AS:78
b=TIAS:70000
b=RR:1400
b=RS:700
a=maxprate:16.000000
a=control:rtsp://3gp-acl.bbc.co.uk:554/3gpclip/iPlayer/3g_5413305483698429856.3gp/streamid=65536
a=range:npt=0-1709.680000
a=length:npt=1709.680000
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=42C00A; packetization-mode=1; sprop-parameter-sets=Z0LACp4hBZt/4AQABCIAAAMABAAAAwBlHiRNQA==,aM48gA==
a=mimetype:string;"video/H264"
a=3GPP-Adaptation-Support:1
a=Helix-Adaptation-Support:1
a=AvgBitRate:integer;70000
a=Width:integer;171
a=Height:integer;96
a=HasOutOfOrderTS:integer;1
a=framesize:96 176-96
m=audio 0 RTP/AVP 97
b=AS:51
b=TIAS:43000
b=RR:860
b=RS:430
a=maxprate:16.000000
a=control:rtsp://3gp-acl.bbc.co.uk:554/3gpclip/iPlayer/3g_5413305483698429856.3gp/streamid=65537
a=range:npt=0-1709.120000
a=length:npt=1709.120000
a=rtpmap:97 MP4A-LATM/32000/2
a=fmtp:97 profile-level-id=41; cpresent=0; config=400025203fc0
a=mimetype:string;"audio/MP4A-LATM"
a=3GPP-Adaptation-Support:1
a=Helix-Adaptation-Support:1
a=AvgBitRate:integer;43000
a=HasOutOfOrderTS:integer;1
as you see it is 3gp stream but media player does not play it an complain about unsupported format. i am linux noob but thought someone would have an ide to install may be a gstreamer plugin so that media player would recognize it.

is it possible?
 

The Following User Says Thank You to asidana For This Useful Post:
Anwarboy11's Avatar
Posts: 296 | Thanked: 111 times | Joined on Oct 2009 @ Manchester
#2
Originally Posted by asidana View Post
Hi, i've been playing aroound to get iplayer working on nokia n900 without flash.

if you set your browser ua to

vodafone/1.0/SEX1i/R1AA Opera/9.5 (Microsoft Widows; PPC; Opera Mobi/2141; U; UK) UP.Link/6.3.1.20.0 Profile/MIDP-2.0 Configuration/CLDC-1.1



you get xxx.sdp. in tat you see something like this

Code:
v=0
o=- 1260387595 1260387595 IN IP4 212.58.251.100
s=StrictlyComeDancingItTakesTwoMor.3gp
i=<No author> <No copyright>
c=IN IP4 0.0.0.0
t=0 0
a=SdpplinVersion:1610641560
a=StreamCount:integer;2
a=control:rtsp://3gp-acl.bbc.co.uk:554/3gpclip/iPlayer/3g_5413305483698429856.3gp
a=DefaultLicenseValue:integer;0
a=FileType:string;"3GPPRel6FileFormat"
a=LicenseKey:string;"license.Summary.Datatypes.3GPPRel6FileFormat.Enabled"
a=range:npt=0-1709.680000
m=video 0 RTP/AVP 96
b=AS:78
b=TIAS:70000
b=RR:1400
b=RS:700
a=maxprate:16.000000
a=control:rtsp://3gp-acl.bbc.co.uk:554/3gpclip/iPlayer/3g_5413305483698429856.3gp/streamid=65536
a=range:npt=0-1709.680000
a=length:npt=1709.680000
a=rtpmap:96 H264/90000
a=fmtp:96 profile-level-id=42C00A; packetization-mode=1; sprop-parameter-sets=Z0LACp4hBZt/4AQABCIAAAMABAAAAwBlHiRNQA==,aM48gA==
a=mimetype:string;"video/H264"
a=3GPP-Adaptation-Support:1
a=Helix-Adaptation-Support:1
a=AvgBitRate:integer;70000
a=Width:integer;171
a=Height:integer;96
a=HasOutOfOrderTS:integer;1
a=framesize:96 176-96
m=audio 0 RTP/AVP 97
b=AS:51
b=TIAS:43000
b=RR:860
b=RS:430
a=maxprate:16.000000
a=control:rtsp://3gp-acl.bbc.co.uk:554/3gpclip/iPlayer/3g_5413305483698429856.3gp/streamid=65537
a=range:npt=0-1709.120000
a=length:npt=1709.120000
a=rtpmap:97 MP4A-LATM/32000/2
a=fmtp:97 profile-level-id=41; cpresent=0; config=400025203fc0
a=mimetype:string;"audio/MP4A-LATM"
a=3GPP-Adaptation-Support:1
a=Helix-Adaptation-Support:1
a=AvgBitRate:integer;43000
a=HasOutOfOrderTS:integer;1
as you see it is 3gp stream but media player does not play it an complain about unsupported format. i am linux noob but thought someone would have an ide to install may be a gstreamer plugin so that media player would recognize it.

is it possible?
I sure hope it will be possible.
Dude, can you test out
Myspace videos, and tell me how it streams for you?
__________________
Check out my tech blog
www.dailyscitech.blogspot.com

N900 APP REVIEW SITE IS NOW LIVE
http://maemoappreviews.blogspot.com/
 
Posts: 113 | Thanked: 30 times | Joined on Oct 2009
#3
Pretty sure this is how the beeb player application worked on the G1. A good find!
 
Posts: 41 | Thanked: 32 times | Joined on Sep 2010
#4
Got it working perfectly, please see this link for my guide..... http://talk.maemo.org/showthread.php...536#post825536

Last edited by regnighc; 2010-09-24 at 19:25.
 
Reply


 
Forum Jump


All times are GMT. The time now is 06:54.