Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (73)

Sur d’autres sites (12891)

  • Recording rumble livestream with ffmpeg [closed]

    2 mai 2023, par puk

    I am tasked with recording a rumble live stream and I find using the Windows builtin screen recording app (XBOX game bar) is unreliable as even bumping the moust will cause the video playback bar to appear, and after a few hours it just stops on its own.

    


    I was wondering how rumble delivers its live streams. If it's an RTSP stream then I could try using FFMPEG on Ubuntu to record it.

    


    Does anyone have any other suggestions on how to do this in Linux ?

    


  • How do you intentionally increase/decrease livestream quality using ffmpeg

    25 septembre 2022, par Evan Hassan

    You know those sport streaming websites ? Well I am trying to watch a game from one of those website... problem is I have awful wifi.

    


    I have access to the livestream video and I am trying to change the bitrate/fps to a higher quality for website embedding using ffmpeg. I understand for a video, this is more than possible, but how do you do this for a live stream ?

    


  • Stream a website to a mp4 (rendering html to a mp4)

    25 septembre 2022, par Muppet1856

    I am trying to composite a website (which contains JavaScript and as a result is updating regularly) with a video feed. My goal is to do it on virtual hosted Linux server (my plan is to use Ubuntu, but I am flexible) - I am not interested in solutions utilizing OBS or the like as my solution would be headless.

    


    The problem I am facing is how to output the website to a video stream from a command line.

    


    The site I want to capture is https://vscore.ch/home and I would like to render it in a way that I can feed it to ffmpeg where I can composite it with the live game video that is being delivered via RTMP.