You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there are video encoders that dont support stream id's with this complexity, they either truncate the id becouse of the lenght or have input validations that will only accept the first part (eccb20e1-3585-4bea-8577-8804607e8fdf).
from the doc i get that the full streamID is required, but is there anyway the streamID can be modified to something "simpler" so we can increase compatibility with more encoders?
thanks!
The text was updated successfully, but these errors were encountered:
Possibly related to already fixed #675
Here's the ref. guide for Sony ILME-FX30. I'm able to stream to restreamer from a random phone app (CameraFi Live), but unable to do so from the camera. Because it refuses to stream without streamid, even if it should be supported.
Using latest restreamer, when setting up a srt feed with "send stream to address" mode the srt url looks like this:
srt://ip:port?mode=caller&transtype=live&streamid=eccb20e1-3585-4bea-8577-8804607e8fdf.stream,mode:publish,token:something&passphrase=something
from this url the streamID is:
eccb20e1-3585-4bea-8577-8804607e8fdf.stream,mode:publish,token:something
there are video encoders that dont support stream id's with this complexity, they either truncate the id becouse of the lenght or have input validations that will only accept the first part (eccb20e1-3585-4bea-8577-8804607e8fdf).
This produces an error on restreamer:
level=INFO component="SRT" msg="stream resource not provided" address=":6000" client="sourceip:port" handler="CONNECT" resource="" status="INVALID"
from the doc i get that the full streamID is required, but is there anyway the streamID can be modified to something "simpler" so we can increase compatibility with more encoders?
thanks!
The text was updated successfully, but these errors were encountered: