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 8240053
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T20:21:21+00:00 2026-06-07T20:21:21+00:00

I am working on a web app that needs to display streaming video of

  • 0

I am working on a web app that needs to display streaming video of a remote desktop. We have already implemented this using ffmpeg/ffserver and flowplayer, transcoding the RTSP into .flv format, but it is very fragile and my research has led me to using the command line version of VLC.

My question is:
Is there a way to pipe transcoded RTSP (as OGG, RTP, or another format) into a browser while avoiding a reliance on flash?

I know that the tag hasn’t supported streaming video for quite some time, but I’m having trouble finding consistent documentation. Some say you can pipe RTP directly in, some say you’ll never be able to stream throuh the tag.

Also, I am currently testing all of this on my local Apache server.

I’m assuming the transcoding will look something along the lines of:

  • vlc -vvv rtsp://xx.xx.xx.xx:554/vga.sdp –no-sout-audio –sout ‘#standard{access=http,mux=ogg,dst=http://localhost/test_ogg.php}’

OR

  • vlc -vvv rtsp://xx.xx.xx.xx:554/vga.sdp –no-sout-audio –sout ‘#transcode{vcodec=mp4v,acodec=mpga,vb=400}:duplicate{dst=display,dst=rtp{mux=ts,dst=xxx.xxx.xx.xx,port=xxxx}}’

Thanks –
Mason

  • 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-07T20:21:23+00:00Added an answer on June 7, 2026 at 8:21 pm

    Ok, so the solution that I was looking for came in the form of CVLC 2.0.1 [Console-only VLC], but also took advantage of the muxing capabilities of ffmpeg.

    This one-liner transcodes the RTSP stream into FLV and pushes it to my localhost server at a specified port.

    cvlc rtsp://xxx.xxx.xxx.xxx:554/vga.sdp :sout='#transcode{vcodec=FLV1,vb=2048,fps=25,scale=1,acodec=none,deinterlace}:http{mime=video/x-flv,mux=ffmpeg{mux=flv},dst=127.0.0.1:8090/device_1.flv}' :no-sout-standard-sap :ttl=5 :sout-keep :no-audio --video --no-sout-audio 
    

    The advantages of this include not having to edit the ffserver.conf file each time the stream changes resolution, bit rate, frame rate, etc. – Only to restart this one line so that it can re-capture the stream. Also, if the stream has the proper specifications, you don’t need the vb= and fps= properties; I would only use them if I needed to throttle the stream for the sake of the web page.

    --network-caching was another feature that I was considering, though very useful in certain situations, unnecessary in my case.

    The Flowplayer code looks something like:

    <div style="width:1280px;height:720px;margin:10px" id="player_1"></div><script language="javascript">
    flowplayer("player_1", {src: "/js/flowplayer-3.2.7.swf", wmode:"transparent"},{
    clip: {
      url: 'http://127.0.0.1:8090/device_1.flv',
      autoPlay: true,
      autoBuffering: true,
      live: true,
      bufferLength:0
    }, 
    plugins: { 
       controls: { 
          all: false,
          scrubber: true,
          play: true, 
          fullscreen: true, 
          time: false,
          width: '100%',
          opacity: 0.8,
          tooltips: {
            buttons: true,
            fullscreen: 'Enter fullscreen mode'
        }
       }
    } 
    });
    

    Hope this helps any viewers running into similar issues!

    Mason

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

Sidebar

Related Questions

I currently started working on a maven web-app project that needs to be launched
I'm working on a MVC based web app on LAMP that needs some records
So I'm working on this site web app that should let users easily chat
I am working on a web app that needs read/write access to an SQLite
I'm working on a web app in ASP.NET that needs to send text messages
I'm working on a Python web app that needs to import big (in terms
I am working on a Sinatra web app that needs to save any email
I'm working on a web app that needs to take a list of files
I'm working on a web app that tracks workers check in and check out
I am working on a web app that will generate an NxN grid based

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.