Hi Max,
I set up a test server and installed v728 on it.
I updated the settings to the following:
Test 1
Code:
rtmp_transponder_stream_name_prefix =rtmp_
rtmp_transponder_full_url=false
rtmp_out_buffer_enabled=true
rtmp_out_buffer_start_size=30000
rtmp_out_buffer_initial_size=30000
I modified the screen-sharing example and added the following to re-publish it to the local rtmp server.
Code:
session.createStream({
name: streamName,
display: localVideo,
constraints: constraints,
rtmpUrl: 'rtmp://localhost:1935/live'
}).on(STREAM_STATUS.PUBLISHING, function(publishStream){
Then I used the player in the demos to play the stream with the stream name as rtmp_streamnName. I shows grey box with status is playing. I waited several mins but it stayed like this. I would have imagined it would start playing after 1min or so of the screen I was sharing.
Test 2
I also tried to turn on the full url setting for the rtmp and performed the same test.
Code:
rtmp_transponder_stream_name_prefix =rtmp_
rtmp_transponder_full_url=true
rtmp_out_buffer_enabled=true
rtmp_out_buffer_start_size=30000
rtmp_out_buffer_initial_size=30000
In this case, player started playing the video straight away with NO delay but it stops playing every time after 1 min or so. publishing is still going on and if you start playing again it works again but stops after a min again.
Not sure if I have missed something or there is a problem. I have emailed some screenshots and also the ssh details to the server.
Hopefully something simple I have missed.
Regards
Azhar