Łukasz Kita

Results 15 comments of Łukasz Kita

It has turned out that there is already an implementation of a simple RTSP server in Jellyfish. I slightly modified it and added it to the rtsp_to_hls demo: https://github.com/membraneframework/membrane_demo/blob/master/rtsp_to_hls/server.exs

As discussed - closing since no further development is required at this moment. In the future, we might want to rewrite the RTSP server in such a manner, that each...

After a discussion, we came to the conclusion that: 1. If we want to add demuxer source, we would need to leave a simplified version of a demuxer filter, capable...

>Our pipeline is pretty long and in case of an event we would have to pass it over the whole pipeline. A notification allows us to "jump" over to the...

Hi @dmorn , sure, sorry for late reply, I am OK with merging what we currently have (the notification sent from the source). Concerning the formatter, I think there might...

Thanks for the comprehensive explanation! So, if I get it right, it means that a client must as well comply to this "two-connections" authorization protocol you described but the clients...

I see, thanks for sharing that idea, it seems like it has a chance to work with most of the client implementations. One final question I have - why does...

Hello @FatigueDev ! Thanks for reflecting on your problem that comprehensively and providing a solution suggestions. Indeed I don't think that currently there is any way to share types definitions...

Hello! I got your point, thanks for describing. I initially thought of moving types definition to a separate header file, that would be included to all the the modules, that...

> I'll fork and give it a squizz, if I come up with anything of note I'll stop back in to comment. Thanks, that would be great! Concerning the types...