Ullaakut / RTSPAllTheThings

Deprecated RTSP media server -- Use github.com/aler9/rtsp-simple-server instead.
Apache License 2.0
278 stars 72 forks source link

End of file #43

Closed lukeweston closed 6 years ago

lukeweston commented 6 years ago

When serving an RTSP stream from a video file, what is the default behavior at the end of the source file?

Does the stream restart from the start of the file, in an automatic infinite loop?

Is there any control over this loop behavior, or lack thereof?

Ullaakut commented 6 years ago

The default behavior is currently that it goes into an automatic infinite loop. Adding control over this behavior would be a welcome feature, but not one we are currently planning on working on.

If you'd like to contribute we can point you in the right direction and give you the necessary resources to implement this feature quite quickly :)

lukeweston commented 6 years ago

Thanks.