Jump to content
  • 0

WebRTC Publish


Pascal Niehof1648581698
 Share

Question

  • Answers 3
  • Created
  • Last Reply

Top Posters For This Question

3 answers to this question

Recommended Posts

  • 0
Hi Pascal,

Sorry for my late response somehow I missed this question. There are no bitrate limitations on the community edition. I hope you have solved your problem but if not please feel free to ask me.

Best,
Asim

On Wednesday, March 25, 2020 at 4:33:00 PM UTC+3, Pascal Niehof wrote:
Hi there,

After trying the WebRTC Publish function in the AMS Community Edition I noticed a extrem bad video quality on the rtmp receiver side.
Resolution (recieved in VLC) is 640x480px with 20 fps and a very low Bitrate of 150 to 300 kb/s.

Are that limitations of the Community Edition or I´m missing something?

Regards
Pascal

Link to comment
Share on other sites

  • 0
I am publishing from WebRTC to AntMedia and AntMedia to youtube.

I am sending video quality from WebRTC to Antmedia is below

var mediaConstraints = {
        audio: true,
        video: {
            width: {
                min: 1280               
            },
            height: {
                min: 720
            }
            , facingMode: "environment"
            , frameRate: 30
        }
    };

but some how ant media sending poor quality video to youtube that I added below



Can any one help me to sort it out this bug.

Thanks
Girish
Link to comment
Share on other sites

  • 0
Hi,

Are you sure you didn't add the adaptive streaming option? Also, which version are you using?

Best Regards,
Selim

On Thursday, June 18, 2020 at 9:53:32 AM UTC+3, girish solanki wrote:
I am publishing from WebRTC to AntMedia and AntMedia to youtube.

I am sending video quality from WebRTC to Antmedia is below

var mediaConstraints = {
        audio: true,
        video: {
            width: {
                min: 1280               
            },
            height: {
                min: 720
            }
            , facingMode: "environment"
            , frameRate: 30
        }
    };

but some how ant media sending poor quality video to youtube that I added below



Can any one help me to sort it out this bug.

Thanks
Girish
Link to comment
Share on other sites

 Share

×
×
  • Create New...