Phenomenal! This is exactly what I’ve been looking for! Setting up a live 24 internet radio station, but also has a daily live morning show, and RUclips has too many limitations! When we get it set up, we will forsure be giving you a shout out for sharing the key info needed to grow The Content Creator & Artists Network Radio! 🎉
Grate explanation. You just unrevealed a huge peace of the blackbox called docker How al the files corelate and stuf. How to build, use and interpet a Dockerfile. setup Auth Etc Finaly i starting to understand docker Thanx bro! ;) Keep it up.
Thanks a ton! I have been trying to get a stream working but since I am new to everything streaming, this was the perfect way to learn and understand the works!
Hey, man! Great content! Just like everyone in the comments section, I was looking for something like this and just couldn't find :D Thanks a lot! Also, you're a great teacher!! Keep up with the good work! Cheers
This was awesome, thank you! I built the rtmp server, but then flipped it around. I connected my GoPro to the server and pulled the feed in through OBS to stream for a mobile POV camera 🥳🥳🥳
I followed everything in the video to the character to the point of testing the live stream, but OBS tells me it can't connect to the server when I click start streaming. Any idea why this might be the case? Great video btw!
That’s a good question, I think it’s also great for ingest like RTMP but will also need to be converted to HLS and put in a CDN. I think it’s a little harder/expensive to convert from WebRTC to HLS rather than RTMP though, I’d need to do more research :)
Hi Abdisalan! Great job man! I was wondering, in on demand video, i can use ffmpeg to encode the video file to HLS and deliver the m3u8 file. However, by delivering the m3u8 file and the subsequent .ts files that compose the video, wouldn't the receiver be able to build the original file? Long story short: Is there a way to prevent the client to rebuild the original file from the HLS parts?
Thanks Abdi, this is so cool. is part out yet? I want to build a system more or less like Netflix, I want to stream movies, I figured using these videos I'd have to simply remove the obs part. What are you thoughts
Hi boss abdisalan, just a question, Would it be possible to use authentication of website/ip who are requesting access on the stream? Like i have a list of allowed website/ip that auth can cross check with then if the requester is on it, give a status 200 and if not then give a status 403. Hoping to receive some response from anyone soon. Thank you.
Hey man nice vid. I need a solution to stream from a device per rtmp to a computer that isnt in the same network. Do you know how to do that? Thank you! :)
Bro thanks, Can you help me with a problem, I'm working on a pdf reader, I'm sending 4 lines from client side to node.js server, there it creates audio of the text and sends back the audio to client side, then I store the audio data in a blob and makes a url of that blob, and allow user to download it... The problem that I am facing is, it is not playing audio after downloading, gives an error file not supported, It works fine with TXT file but not with MP4 or MP3. Please help me with this, Cañ I contact you in personal, Any email, I need your help🙏🙏🙏
Thank you a lot for this video ! :) This really helped me out on setting a streamkey for multistreaming, to youtube, odysee, twitch & so on. Just one little question: Where can I change the username from "abdi" to sth. else ? Btw great visuals, good audio and good explainations
Hello! I'm starting to study on the subject and I found this material very interesting. However I have a doubt! What if I have a video file (mp4) instead of generating the video through an OBS transmission. What do I need to do to stream the video file?
Phenomenal! This is exactly what I’ve been looking for! Setting up a live 24 internet radio station, but also has a daily live morning show, and RUclips has too many limitations! When we get it set up, we will forsure be giving you a shout out for sharing the key info needed to grow The Content Creator & Artists Network Radio! 🎉
I've been looking for this kind of tutorial for a while. this video is just what I need. can't wait for the next part
I've been looking for this kind of tutorial for my graduate project in HUST, Vietnam. Thanks for this series
Dude! You are a genius. You work has inspired me to do a project that I have been shelving for a while.
Grate explanation.
You just unrevealed a huge peace of the blackbox called docker
How al the files corelate and stuf.
How to build, use and interpet a Dockerfile.
setup Auth
Etc
Finaly i starting to understand docker
Thanx bro! ;)
Keep it up.
Thanks a ton! I have been trying to get a stream working but since I am new to everything streaming, this was the perfect way to learn and understand the works!
what an absolute Chad. Doing God's work.
Hey, man! Great content! Just like everyone in the comments section, I was looking for something like this and just couldn't find :D Thanks a lot! Also, you're a great teacher!! Keep up with the good work! Cheers
Hi Any video tutorial for live stream on website while we are video running on webcam
This was awesome, thank you! I built the rtmp server, but then flipped it around. I connected my GoPro to the server and pulled the feed in through OBS to stream for a mobile POV camera 🥳🥳🥳
how?
i have did that but show fail connected server !! i have enter key following dissciption
How to make authentication to live stream video receive side, for TV broadcast ,
That’s actually a pretty good idea - some authentication for watching the stream
That was a blast... Thank you Abdi
onto building youtube clone lol
there already is youphp.tube/
Do this authentication using the node media server package... Don't know how to authenticate using this package
but it's seems a few latency?
how can i microservice your work with a crud managment springboot angular project ?
Brilliant!! Can't wait for part 2!
Why is this lagging? How to build it without a lag
how to record live streaming in folder?
Awesome vid! thanks for sharing your knowledge!
OBS show server dont connected.... what solution this ? pls...
streaming from obs to vlc is too much delay...why delay is there?? how to optimize that??
재밌겟다 유후후
힘내서 끝까지 올려주세요!
Do you consult? How can I contact you?
Thanks, Great Tutorial! What about audio streaming?
hi how u do bubble chat along with live stream likr ti tok and embed in website
I followed everything in the video to the character to the point of testing the live stream, but OBS tells me it can't connect to the server when I click start streaming. Any idea why this might be the case? Great video btw!
I can help on the discord server! Link in the description
So you’re saying if I’m using apps that don’t use RTMP I can code them so they can?
is there a way to do this say from dropbox where there can be multiple videos i assume with OBS only one video can be streamed at a time
How can we reach you out?
Man is making Twitch
But very EPIC
How to play rtmp video in web browser with html 5 or js ?
What’s your thought on live streaming using webrtc?
That’s a good question, I think it’s also great for ingest like RTMP but will also need to be converted to HLS and put in a CDN. I think it’s a little harder/expensive to convert from WebRTC to HLS rather than RTMP though, I’d need to do more research :)
Thank you Abdi for your great tutorials. may I ask what is the difference between players with streaming features and server-side streaming?
I’m not sure if I understand the question :/
You sir are a boss. Thank you brother for this tutorial
Will this work for a live streaming app like tiktok or bigo live ? How many people would be able to go live on the server in your video?
Hi Abdisalan! Great job man!
I was wondering, in on demand video, i can use ffmpeg to encode the video file to HLS and deliver the m3u8 file. However, by delivering the m3u8 file and the subsequent .ts files that compose the video, wouldn't the receiver be able to build the original file?
Long story short: Is there a way to prevent the client to rebuild the original file from the HLS parts?
There's really no way to stop them, data needs to get to them somehow :/ Even if the files were restricted, they can use a screen recorder too
@@abdicodes Thank you man, keep it up with the amazing work.
Thanks for the video. Quick question: what's the model of the webcam you used? Video quality looks great.
Thanks Abdi, this is so cool. is part out yet?
I want to build a system more or less like Netflix, I want to stream movies, I figured using these videos I'd have to simply remove the obs part. What are you thoughts
Coming very soon!
Hi boss abdisalan, just a question, Would it be possible to use authentication of website/ip who are requesting access on the stream? Like i have a list of allowed website/ip that auth can cross check with then if the requester is on it, give a status 200 and if not then give a status 403. Hoping to receive some response from anyone soon. Thank you.
Can the RTMPS protocol Replace the node authentication?
at this part you did not explain how you create the folder, and what is this window 1:34
You just need to create a folder in your windows user
Hey man nice vid. I need a solution to stream from a device per rtmp to a computer that isnt in the same network. Do you know how to do that? Thank you! :)
You'll be able to do that in part 3 :)
@@abdicodes i was looking if someone asked this question before so i don't re-ask it , thank you for this helpful tutorial
Bro thanks,
Can you help me with a problem,
I'm working on a pdf reader,
I'm sending 4 lines from client side to node.js server, there it creates audio of the text and sends back the audio to client side, then I store the audio data in a blob and makes a url of that blob, and allow user to download it...
The problem that I am facing is, it is not playing audio after downloading,
gives an error file not supported,
It works fine with TXT file but not with MP4 or MP3.
Please help me with this,
Cañ I contact you in personal,
Any email, I need your help🙏🙏🙏
Thanks for making this tutorial.
Awesome tutorial thanks man.
how to secure it any body can send on stream server
Thank you! This is great! One question.... how do I get the VLC video to stream on my personal website?
yea, i wanted to know the same
Thank you a lot for this video ! :) This really helped me out on setting a streamkey for multistreaming, to youtube, odysee, twitch & so on. Just one little question: Where can I change the username from "abdi" to sth. else ? Btw great visuals, good audio and good explainations
You can change it in the OBS stream key - then match it to the url you put in VLC
How did you use this to multistream to different platforms that require different streamkeys?
@@danemiller4852 he didn't, that wasn't the point of this tutorial, there are tons of tutorials that explain how to do it cheaply with linode tho
Is fantastic your tutorial. I should want more...
Bro what camera is that? Damn
i want to make it on my custom website 😣
do i need to make a folder on my desktop that says " live stream part one?
nah
Good video..do you know how to get a custom rtmp and streaming key for a custom streaming app?
Where should u start to learn to code like this and only focus on live streaming services without getting into coding for softwares ?
Dive in, you learn by doing and overcoming headaches
That was great! I am just wondering docker is the only solution ?
You can use the libraries without docker, it'll just be more work for whichever platform you're using
Hey man
Awsm content very helpful for me 🤗☺️
But there is latency about 8 to 10 sec how can we come over that
Hey, how did you fix the latency problem? Maybe you have some knowledge after 2 years) I will be very grateful
Excellent tutorial thanks.
How would i copy this and use this on debian/ubuntu. I've been using RTMP on a Raspberry Pi, but need to have a HLS stream, exactly like this.
It should work the same on Ubuntu if you use docker! 😁
@@abdicodes Yeah, but how do you install WITHOUT docker. Just using normal NGINX.
Is it a must you must be on the internet can we do it locally on our network
No internet needed! You can run it locally on your network.
Thank you
docker isn't opening xD, can I just wait for the next episode?
Maybe you can get some help in the discord? :)
@@abdicodes good idea thanks
Hello! I'm starting to study on the subject and I found this material very interesting. However I have a doubt! What if I have a video file (mp4) instead of generating the video through an OBS transmission. What do I need to do to stream the video file?
Play the video in OBS. It will stream it the same
anyone else getting nothing when they try to make a docker image?
Cool stuff!
Great video man.
Are those veneers on your teeth ?
Love You Sir You Are Great❤
Thanks a lot
thanks Abdi!!
incredible
you great thanks for all
COOL!
Great
That good thanks a lot
Hi dear sir help
great!!
bravo 👏
finally 😅