About 595 results
Open links in new tab
  1. Using FFMPEG to stream desktop, screen, and applications over http

    Apr 6, 2023 · 1 As described in this post for Windows, I already know how to stream desktop to a player like ffplay or vlc. To access the stream in any browser, I would like to be able to stream …

  2. How to stream Desktop using FFmpeg in Windows? - Super User

    How to stream Desktop using FFmpeg in Windows? I have tried this: ffmpeg -list_devices true -f dshow -i dummy And after that this to stream: ffmpeg -f dshow -i video="Chicony USB …

  3. Broadcast a screen with ffmpeg via http - Super User

    Mar 22, 2020 · The problem came when I understood that ffmpeg cannot output directly to http. I tried a lot of solutions like sending via rtmp to YouTube Live Streaming (overhead and not a …

  4. streaming - Stream desktop using VLC - Super User

    Do you want to know how to stream your screen to 9 screens with vlc or do you already know it and you just want to know fast/good transcoding settings? Changing your example to http …

  5. Windows - Stream screen over network to Smart TV (DLNA)

    Apr 12, 2022 · 3 How to live stream Windows screen to DLNA capable Smart TV (Samsung) on the same network? So far I have found 1 Windows application, that should be able to do this - …

  6. How to stream the PC desktop to a phone with VLC? - Super User

    My phone (a Nokia 5800 Symbian S60v5) has built-in WiFi and Real Player, which can stream video from the internet (mainly 3GP, MP4 (MPEG-4 coded), Real video, etc.) What I want is to …

  7. How can I create a stream of my screen on a Windows computer …

    Dec 2, 2018 · I want to view what is seen on my Windows laptop screen on my tv, which is connected to a device running enigma 2, "screen mirroring". There are no software or plugins …

  8. Streaming Video over UDP with ffmpeg - h264 low latency

    Apr 1, 2023 · Hello fellow video codec enthousiasts, I'm curenntly working on a little system to play games in my living room using my office's computer. I'm trying to stream my screen …

  9. vlc media player - Using VLC as RTSP server - Super User

    I'm trying to figure out how to use the server capabilities of VLC. More specifically, how to export an SDP file when RTP streaming. In chapter 4 in the section related to RTP Streaming …

  10. Publish over RTMP stream over HTTP as simple as possible

    Oct 6, 2018 · 0 I'm looking for simple free/open source server software that would allow me to do this: Publish video stream over RTMP from local computer behind NAT, to server (Linux). …