Can not start transponder Error

Max

Administrator
Staff member
Start streaming button is disabled, so we cannot check REST API query
1627981530448.png

You can also check if screen sharing stream is publishing on the statistics page
1627981608449.png

Please check also if you set streamName field correctly:
1627981718583.png
 

Max

Administrator
Staff member
We've tested your page and get 500 Internal server error
1628064282575.png

Seems like REST API query /push/startup is mailformed. Please check the query parameters in server logs.
 
Yes because i do not have rtsp stream i have only screen sharing stream and i have to publish it on youtube streaming.Last time i have send you rtsp stream so do you have any idea that how can i convert screen sharing stream of flashphoner in rtsp stream. So i will achieve streaming.
 

Max

Administrator
Staff member
Yes because i do not have rtsp stream i have only screen sharing stream and i have to publish it on youtube streaming.Last time i have send you rtsp stream so do you have any idea that how can i convert screen sharing stream of flashphoner in rtsp stream. So i will achieve streaming.
If you want to play the stream published on WCS as RTSP, you can capture it from WCS by RTSP URL
Code:
rtsp://wcs:554/streamName
Please read details here
When i run my stream in player.html it is working but in youtube streaming it is not working.
Please check REST API query. When we tested your page last time, it seemed to be maiformed as we wrote above.
Please also check if Youtube banned your WCS external IP for some reason.
 
When i check with this stream

var rtspStream = "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov"
it is working on youtube but when i check with this stream

var rtspStream = "rtsp://cibunet.com/91dd566e";
in player.html it is working but in youtube it gives 409 conflict error.
 
  1. exception: "com.flashphoner.rest.server.exception.ConflictException", path: "/rest-api/rtsp/startup",…}
    1. error: "Conflict"
    2. exception: "com.flashphoner.rest.server.exception.ConflictException"
    3. message: "RtspAgent rtsp://cibunet.com/91dd566e already exists"
    4. path: "/rest-api/rtsp/startup"
    5. status: 409
 

Max

Administrator
Staff member
var rtspStream = "rtsp://cibunet.com/91dd566e";
in player.html it is working but in youtube it gives 409 conflict error.
Please describe step by step your flow, for example:
1. Publish a stream (WebRTS, RTMP, RTSP?)
2. Play as RTSP from WCS
3. Rep[ublish to Youtube
...?
Seem like you're trying to capture the stream published on WCS as RTSP playing from the same WCS. This will not work because the stream with identical name cannot be created twice on the same WCS server.
When i put screen sharing stream key . youtube give me error that - your screen resolution is low.
PLease check a stream resolution by /rest-api/stream/metrics REST API query
Code:
POST /rest-api/stream/metrics HTTP/1.1
Host: localhost:8081
Content-Type: application/json
 
{
    "name":"stream1"
}
This will return a various metrics including VIDEO_WIDTH and VIDEO_HEIGHT
 
When i play two way streaming key in youtube push/startup.API it is working correct.But when i check with screen sharing stream key.it is not working on youtube streaming API.
 
When i check youtube streaming API with this stream

1628591079869.png


it is not working.But when i check with this stream

1628591163667.png


it is working properly on youtube.
 
Top