Hi,
I am using wowza for RTMP streaming. I am trying to extract the timestamps of video from it.But whenever I reconnect to RTMP server the timestamps are getting reset .
Please let me know if there is any configuration to avoid this .
Hi,
I am using wowza for RTMP streaming. I am trying to extract the timestamps of video from it.But whenever I reconnect to RTMP server the timestamps are getting reset .
Please let me know if there is any configuration to avoid this .
Do try setting the following property and see if this resolves the timestamp resetting for you.
Under the Streams/Properties container of your live application:
<Property>
<Name>sendOriginalTimecodes</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>
If you still require assistance, please post again and perhaps a consultant could assist you with your project.
Hi,
The property is working .
Thank you