Alessandro Ros
Alessandro Ros
Anyway, it's still not possible to convert a stream generated by OBS RTSP Server into HLS, since it uses DTS instead of PTS as timestamp into RTP packets: https://github.com/iamscottxu/obs-rtspserver/blob/fd7b228d6b0832166e52c1e674021adb5eb82ecc/rtsp_output.cpp#L423 Timestamp...
Hello, i tried to replicate the issue but wasn't able to: publishing with CamON Live Streaming and reading with ffplay works flawlessly. Please try to replicate and provide more infos...
This is currently unsupported but it can be a good enhancement.
Hello, we can of course investigate the issue, but it's almost certain a ffmpeg issue, not a server one.
Hello, this can't be done as in HLS there isn't the concept of "reader": streams are served as files with an HTTP server, and anyone can pull them. Anyway, an...
Hello, IMHO a good improvement would be adding MarshalSize() and MarshalTo() to all packets, exactly like pion/rtp, in order to improve performance. Furthermore, this can be the occasion to fully...
@kevmo314 this library doesn't allow to model invalid packet headers in case of any other packet type. If modeling invalid packet headers is to become a library feature, it should...
@mengelbart we should create a `v2` branch in order to start developing all the features listed in #127. A major upgrade can't be done unless it is synced with a...
This can be solved by adding a `PaddingSize` field to every `rtcp.Packet`, like [rtp.Packet](https://pkg.go.dev/github.com/pion/rtp#Packet).
Absolutely YES but first i need to implement the [missing features](https://github.com/aler9/goroslib/blob/master/FEATURES.md). Also, my idea was to rewrite the ROS master in Go, but probably the ROS2 support has a wider...