FFmpeg Streaming Bootstrap: UDP To Get Started!

preview_player
Показать описание
Today we use FFmpeg to stream a video file, camera devices output and share our screen through a local network.
The protocol we are using is UDP, which does not allow a segment tracking but it is ideal if the stream is continuous (like a camera stream).

Just in case there are questions or doubts, feel free to comment down below!

Further reference for this video:

Sample video:
► Big Buck Bunny

👉👉👉 FOLLOW ME 👈👈👈
--------------------------

🎼🎵🎶 MUSIC CREDIT 🎶🎵🎼
---------------------------
► Evolution - Royalty Free Music by Benjamin Tissot

📖 CHAPTERS 📖
---------------------------
00:00 Intro
01:18 Virtual machine and host machine configurations
04:27 Sharing a file via UDP
11:34 Sharing the webcam
15:38 Sharing the screen and reducing latency
21:30 The -re flag
22:52 Conclusions

#devstefit #ffmpeg #streaming #udp
Рекомендации по теме
Комментарии
Автор

Thanks Stef. I learn a lot from your video. Cheers.

ulnkqhi
Автор

Excellent video, thank you very much!!!

Since you're using the mpegts format, is that possible to generate an hls playlist on the fly and use the http protocol instead of udp?

It could be very handy to be able to generate a live stream to test a player.

MrDpof
Автор

I see you always use some encoder. What about using raw video? It should be faster if on one machine (say from virtual machine or docket) How to do it with FFmpeg? I’m trying hard but I’m having some artifacts probably related to the color palette.

And thank you for the awesome in depth videos.

yurakriachko
Автор

Hi Stef, I own a Dolby digital 5.1 surround system and I have tons of eac3 encoded movies in my harddrive. I usually convert the eac3 media files to ac3 using ffmpeg command line because my home theatre system is only compatible with Dolby Digital and not DD+. The conversion is not very convenient for me via terminal. Is there any better way in VLC or any other media player where the conversion of eac3 to ac3 is possible during the playback? If so, how can I tweak the VLC settings. Please advise.

manogar
Автор

Hi. Can you please help me to stream a live RTSP to UDP using ffmpeg in ubuntu 22.04?

mohammedfawazm
Автор

hello bro hope you will be fine i am useing Cesbo Astra to get dvb stream and transmit to xtream ui but xtream cant get udp stream can you please help me

smartlifebyhaniya
Автор

Hi. Is it possible to stream to localhost? In other words RTSP server and client on the same machine?

EricZimerman