View Single Post
  (#15 (permalink)) Old
Xaneth Offline
Talking BlackBerry Encyclopedia
 
Xaneth's Avatar
 
Posts: 209
Join Date: Aug 2006
Model: 9000
Carrier: AT&T
Default 05-22-2008, 07:00 PM

Found the issue. My plan on AT&T blocks RTSP. Using a Tmo SIM with VPN plan, opening videos from m.youtube.com works perfectly. After switching to Tmo, I also had to make changes to the APN to wap.voicestream.com. 4.5.0.10 does malform the request, however, and drops some important information. When making the request, the BB drops the request because it cuts the 3gp/ like so:

Code:
SETUP rtsp://ourserver:554/playlist/pdddman_0ff89de99d4a8f4b04cb162bcb5740cf_1210362753860.3gtrackID=1 RTSP/1.0

CSeq: 2

User-Agent: BlackBerry8310/4.5.0.10 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/102

Transport: RTP/AVP;unicast;client_port=64274-64275;mode="PLAY"
and the request SHOULD read:

rtsp://ourserver:554/playlist/pdddman_0ff89de99d4a8f4b04cb162bcb5740cf_121036275 3860.3gp/trackID=1

Looking into it further and loading up .18 to see if it helps.

Last edited by Xaneth : 05-22-2008 at 07:09 PM.
   
Reply With Quote