Hi,
I need to transcode my stream so that the output of the original steam has no audio. I tried adding
Here is the transcoding comand i useed to startup the transcoder:
I need to transcode my stream so that the output of the original steam has no audio. I tried adding
"hasAudio": false
to transcoder startup params but it won't work. When I list all transcoders via API the hasAudio is set to true in my transcoded stream and of course when i play the transcoded stream I hear the sound. Is it a bug ? or it is simply impossible to achieve in the current version? Here is the transcoding comand i useed to startup the transcoder:
Code:
curl -v -H "Content-type: application/json" -X POST -d '{"uri": "transcoder://tcode1", "remoteStreamName": "cd17863c-b3a7-4179-a2b5-b84fc243b4a6_789b3452-55c6-4a50-8f0a-0089ca70548d", "localStreamName": "toto1", "hasAudio": false}' https://local-edge.toto.com:8444/rest-api/transcoder/startup