Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7576249
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:52:31+00:00 2026-05-30T16:52:31+00:00

I play a video url using streaming player on blackberry. If the url returns

  • 0

I play a video url using streaming player on blackberry. If the url returns “200” status code it play successfully.

When i pass the below url, it returns “302” http status code.It won’t play on streaming player.

http://belointr.rd.llnwd.net/KGW/ea398ac7b03a91c2ddf451f1fd7e3ef87f19da59_fl9.mp4?x-belo-vsect=kgw-basketball

When i check the statuscode for 302 its says redirect url.

When i pass the url on browser, it calls automatically below the redirect url.

http://belointr.vo.llnwd.net/kip0/_pxn=2+_pxI0=Ripod-h264+_pxL0=undefined+_pxM0=+_pxI1=A21907+_pxL1=begin+_pxM1=+_pxR1=13737+_pxK=20558/KGW/ea398ac7b03a91c2ddf451f1fd7e3ef87f19da59_fl9.mp4?x-belo-vsect=kgw-basketball

How can i get the redirect url programatically on blackberry.?

pls help me.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T16:52:32+00:00Added an answer on May 30, 2026 at 4:52 pm

    In the headers of the response, retrieve the value of the header ‘Location’, it contains the redirect url. This is standard in HTTP protocol

    Edit: Real quick sample on how to get the location header (could be written a lot better and safer)

        URL url = new URL("http://some.url");
        int responseCode = -1;
        while (responseCode != 200) {
            HttpURLConnection conn = (HttpURLConnection) url.openConnection();
            responseCode = conn.getResponseCode();
            if (responseCode > 299 && responseCode < 400) {
                url = new URL(conn.getHeaderField("Location"));
            }
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Below is a basic code bit in as3 flash.A simple video streaming example using
I 'm opening a video file (3gp) file using code below String url =
I'm currently using VideoView to play video from URL (Streaming..), when i press home
I'm using flash.net.NetStream and flash.media.Video to play a .flv, here is some code: var
I want to access a youtube video and play using my own media player.
I have a URL for a video file which I need to play using
I am trying to play video(.mp4) in my app using following code. NSString *doc
I'm trying to play an HTTP live streaming video using a MPMoviePlayerController object, inside
I am using the following code to play the video. Actually it is playing
So, I'm trying to get a video to play from an HTTP url. To

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.