| Reply | « Previous Thread | Next Thread » |
|
Hi,
I'm facing difficulties when trying to stream h.264+AAC SBR to a nokia N96 with gstreamer. I'm not sure if the encoder properties are set correctly in order to be decoded by the n96. I'm using x264 and faac for the encoding process. The rtp payloaders are rtph264pay(RFC 3984) and mpg4gpay(RFC 3640) and the information is transfered using DVB-H - OMA BCAST. This system works with other phones (but not using OMA BCAST). The system using OMA BCAST works with n96 when using another transcaster (h264 basline codec and AAC-HEv2). I tried encoding to file and play it locally on n96 and it worked. Maybe the SDP file is not correct? But VLC is able to stream the video from the sdp file... And it did not work to just stream the video. All help is very much appreciated. x264 properties: cabac = false dct8x8 = false bframes = 0 b-adapt = false key-int-max = 10 bitrate = 384 byte-stream = true faac properties: bitrate = 38000 profile = LC(2) the corresponding sdp file is: v=0 o=- 81455733 6 IN IP4 xxx.xxx.xx.xxx s=Transcaster t=0 0 a=min-buffer-time:1001 m=audio 5006 RTP/AVP 97 c=IN IP4 yyy.yyy.yyy.yyy/64 a=control:streamid=1 a=StreamId:integer;1 a=rtpmap:97 MPEG4-GENERIC/24000/2 a=fmtp:97 encoding-params=2; streamtype=5; profile-level-id=2; mode=AAC-hbr; config=1310; sizelength=13; indexlength=3; indexdeltalength=3; payload=97; ssrc=2847196970; clock-base=881583523; seqnum-base=25747; m=video 5004 RTP/AVP 96 c=IN IP4 yyy.yyy.yyy.yyy/64 a=control:streamid=2 a=StreamId:integer;2 a=rtpmap:96 H264/90000 a=fmtp:96 profile-level-id=42c00d; sprop-parameter-sets="Z0LADatAoP2AiAAAAwAIAAADAZR4oVU\="; payload=96; ssrc=3048922348; clock-base=1066858571; seqnum-base=3351; a=cliprect:0,0,240,320 a=framerate:25. a=avg-br:384000 - Jørgen
Last edited by jorgste : 2009-06-25 at 09:06.
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| problems with gstreamer (Nokia N800) | phil232fm | Python | 2 | 2009-01-04 19:02 |
| Problems taking pictures with the camera (on nokia N810) | phil232fm | Python | 2 | 2008-12-12 11:59 |