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

  • SEARCH
  • Home
  • 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 8992641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:00:18+00:00 2026-06-15T23:00:18+00:00

In c# is there possibility that rtsp video stream is used System.net.httpwebrequest if not

  • 0

In c# is there possibility that rtsp video stream is used “System.net.httpwebrequest” if not plz tell me another alternative .
// the URL to download the file from

        string basepath = @"rtsp://ip.worldonetv.com:1935/live/ ";

        // the path to write the file to

        //            string sFilePathToWriteFileTo = "d:\\Download";



        // first, we need to get the exact size (in bytes) of the file we are downloading

        Uri url = new Uri(basepath);

        System.Net.HttpWebRequest request = (System.Net.HttpWebRequest)System.Net.WebRequest.Create(url);

        System.Net.HttpWebResponse response = (System.Net.HttpWebResponse)request.GetResponse();

        response.Close();
  • 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-06-15T23:00:19+00:00Added an answer on June 15, 2026 at 11:00 pm

    You can formulate RtspRequests with my library.

    You can then base64 encode the RtspRequest and put that as the body to the HttpRequest.

    Add the content-length header which would be equal to the length of the base64 encoded rtsp request in the body.

    Add the header rtsp/x-tunneled to HttpRequest and then sent it along.

    You should get back a HttpResponse with the body containing a base64 encoded RtspResponse.

    Base64 decode the Body of the HttpResponse and then use the RtspResponse class in my library to parse it.

    The .net core version of the library is @ https://github.com/juliusfriedman/net7mma_core

    And there is a codeproject article @ http://www.codeproject.com/Articles/507218/Managed-Media-Aggregation-using-Rtsp-and-Rtp

    If you need anything else let me know!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We are using C in Linux. Is there any possibility that system() function can
Is there any possibility that a object which is not referenced anywhere and still
So that is, is there any possibility to overlay images in canvas?
I've just found out that there is a possibility to host a Windows Forms
Is there a possibility that I can hardcode interface name(say eth1) to a specific
Is there any possibility that I can directly send signal to a Java virtual
If I use std::cin, std::cout and std::string, is there any possibility that someone will
Is there a possibility that kill -3 / quit PID prints nothing i.e. an
is there a possibility that i should be able to add some menu item
I'm new to ActionScript, so there is a possibility that I'm asking something simple.

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.