alis1200
Member
Hello
To create a live stream, you need to transfer the content from a source such as a camera, screen or a file to the client device through one of the streaming protocols in the form of packets, in the client device with exactly the same protocol as the transfer operation was done with it, we receive and display the mentioned packets.
I want to live stream the contents of the camera and I have seen several libraries to do this (such as Vitamio, libStreaming, FFMPEG, etc.). Some libraries can stream via the RTMP protocol, But are not able to stream camera content. Some libraries also stream camera content live (libStreaming), but with the RTSP protocol.
@Erel and @DonManfred and @moster67 and other developers who can stream on the RTMP protocol, please guide me.
I tried to state the issue in a way that is also useful for people who come to this page with the first search, so if your answer is in a way that solves the initial questions of these people, it would be great. (Of course, I mean that in addition to being kind and guiding me about direct streaming from the camera, it would be good if this topic is also useful for developers who are looking to stream files, screens, etc.)
good time.
To create a live stream, you need to transfer the content from a source such as a camera, screen or a file to the client device through one of the streaming protocols in the form of packets, in the client device with exactly the same protocol as the transfer operation was done with it, we receive and display the mentioned packets.
I want to live stream the contents of the camera and I have seen several libraries to do this (such as Vitamio, libStreaming, FFMPEG, etc.). Some libraries can stream via the RTMP protocol, But are not able to stream camera content. Some libraries also stream camera content live (libStreaming), but with the RTSP protocol.
Sample input link::
rtmp://live.host.com:1935/{id}/{Live API Key}
I tried to state the issue in a way that is also useful for people who come to this page with the first search, so if your answer is in a way that solves the initial questions of these people, it would be great. (Of course, I mean that in addition to being kind and guiding me about direct streaming from the camera, it would be good if this topic is also useful for developers who are looking to stream files, screens, etc.)
good time.