Ingo Oppermann

Results 171 comments of Ingo Oppermann
trafficstars

@ws What did you try so far? You should enable encoding to "h264". In `conf/live.json` add the filter to the `video_codec_h264` option: ``` ... "video_codec_h264": { "inputOptions": [ "-re" ],...

When you change a channel name, you also have to re-save the playersite. Otherwise the channel name will not be updated on the playersite.

@divx118 Thanks for these instructions.

If you just want to relay a RTSP stream, you can use the "rtsp-simple-server": https://github.com/aler9/rtsp-simple-server

@OmarAttia Thanks for the suggestion.

H.265 is basically supported such that you can pull it in e.g. from a camera, but you need to re-encode it to H.264. For HLS playback, only H.264 is widely...

True, this is still broken. A fix is in the pipeline and will be part of the next release.

It should disappear if you stop moving the mouse (while it is hovering the video) or you move it out of the video.

This would require to re-encode the stream (instead of just forwarding it). Your hardware you're running the restreamer on needs to be powerful enough. We will consider this for one...

@philipptrenz Yes, this would be one solution, but it requires that the player from the Restreamer is embeded/used. However, if you want to push the stream to Youtube/Twitch/Facebook/... you have...