Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
New Developer
charliegood
Posts: 1
Registered: ‎09-24-2009

Force RTSP/RTP interleaved (RTP over TCP) on BlackBerry device

I am the CTO of Wowza Media Systems and we create the Wowza Media Server for media streaming to computers and mobile devices. We are interested in streaming to the BlackBerry device. We can stream to the device using RTSP/RTP. The problem is that the RTSP negotation always results in the RTP packets being sent over UDP which can be a problem when streaming through firewalls. Is there some way to force the player to use RTSP/RTP interleaved (RTP over TCP)? I have tried using urls in the form rtspt:// but the player returns the error "The protocol specified is not supported by the handheld. Please try a different URL".

 

Charlie

Please use plain text.
Contributor
zhejunli
Posts: 10
Registered: ‎03-08-2010
My Carrier: Telus

Re: Force RTSP/RTP interleaved (RTP over TCP) on BlackBerry device

Do we have an official RIM technical support here? Where are them? I hope to know this as well.

 

Where can we reach the official supports? Thanks

Please use plain text.
Developer
iamtony
Posts: 87
Registered: ‎02-26-2010
My Carrier: Rogers

Re: Force RTSP/RTP interleaved (RTP over TCP) on BlackBerry device

I was under the impression that rtsp:// protocol was supported by the blackberry devices?!? Now i'm confused.

Please use plain text.
Administrator
saziz
Posts: 76
Registered: ‎07-11-2008
My Carrier: SingTel

Re: Force RTSP/RTP interleaved (RTP over TCP) on BlackBerry device

We have built-in logic that seamlessly handles this based on network conditions, as long as the server supports the respective protocols:

 

When streaming over Wi-Fi: The device always tries TCP first, if the server doesn’t support it, we then fall back to UDP.

 

When streaming over Cellular: The device always tries UDP first, if it is blocked then it tries TCP.

Sarim
BlackBerry Development Advisor
www.BlackBerryDeveloper.com
Please use plain text.
New Contributor
ddeepali
Posts: 4
Registered: ‎10-07-2010

Re: Force RTSP/RTP interleaved (RTP over TCP) on BlackBerry device

Hi saziz Is the built-in logic (UDP/TCP switching for Rtsp streaming) supported for all the blackberry devices and from the OS 4.3 onwards?

I am using Blackberry 9700 and 9600. I am unable to play a video stream using rtsp protocol across the firewall, but the same video stream can be played on Blackberry device without firewall.

(in both cases the device is connecting over Wi-Fi; Streaming server is Darwin Streaming Server; Streaming protocol is RTSP).

Please use plain text.
Contributor
tarunjindal
Posts: 12
Registered: ‎09-17-2010

Re: Force RTSP/RTP interleaved (RTP over TCP) on BlackBerry device

I am facing the same issue -

 

Is there a way to force/ know if the built in logic of failed over to TCP /IP from on the device .

 

 I am trying using version 5.0.7.... Tour 9630

 

I will appreciate a response from BlackBerry on this.

 

Thanks,

Tarun

Please use plain text.
New Contributor
HirenRK
Posts: 2
Registered: ‎06-25-2012
My Carrier: Vodafone

Re: Force RTSP/RTP interleaved (RTP over TCP) on BlackBerry device

Hi thr,

 

I want to automatically receive TCP data and not UDP data when I am on GPRS.

Is there any way to instruct player to get TCP data automatically?

 

expecting some replies

 

 

Please use plain text.