CRTMP Server RTSP play to Symbian RealPlayer

945 Views Asked by At

CRTMP Server is great tool... Nat Traversal when client is behind router working great. ... Tested Android 2.2, 2.3, 4.1, RTSP streaming ok (rtmp flash also ok).

But RTSP on RealPlayer (Helix DNA 10.0 onS60) always shows 'can not play media; or 'can not connect' (connection is surely established - checked with wireshark). ... (it is programming related problem, because i am willing to explore CRTMP code to accomplish solution)

BBC RTSP channel (wowza is behind) is showed well in symbian realPlayer, but streaming source:

ffmpeg -i rtsp://[bbc_channel_address] -c copy -f rtsp rtsp://[crtmp_server_addr]:8554/ch

... is ok for android, but not working for realPlayerS60.

Does anybody have a clue about reason?

1

There are 1 best solutions below

1
On

Having RTSP working is not enough. Different phones have different requirements in terms of A/V codecs quality. The content you want to deliver may be too high quality for that device. This assumption fits well with what you said (working on android, but not on realPlayer)

You can ask this questions over the crtmpserver's mailing list. Consult http://rtmpd.com/resources/ for details about the mailing list

Edit: Or the codecs you try to push from crtmpserver towards the phone are not even supported, let alone hitting the quality max limit