Jump to content
  • 0

How to Increase Video Quality in demo page?


Terry
 Share

Question

I build a server (Google Cloud Compute VM) with Ant Media Server Community Edition and when I publish a stream with /WebRTCApp/, and playlist /WebRTCApp/play.html?id=<myStreamID>, the video is so blurry even if I increased video bit rate up to 320,000 kbps.

I need to demo for my company that Ant Media Server is feasible for the company's demand.

Link to comment
Share on other sites

  • Answers 2
  • Created
  • Last Reply

Top Posters For This Question

Popular Days

Top Posters For This Question

2 answers to this question

Recommended Posts

  • 1
6 hours ago, Terry said:

I build a server (Google Cloud Compute VM) with Ant Media Server Community Edition and when I publish a stream with /WebRTCApp/, and playlist /WebRTCApp/play.html?id=<myStreamID>, the video is so blurry even if I increased video bit rate up to 320,000 kbps.

I need to demo for my company that Ant Media Server is feasible for the company's demand.

Hi @Terry,

How are you?

The sample page by default uses 480p resolution. You can change this by editing the index.html page.

Here's a solution on how to change this.

Similarly you can change the video bitrate to needed from default 900 Kbps.

https://github.com/ant-media/StreamApp/blob/master/src/main/webapp/index.html#L94

https://github.com/ant-media/StreamApp/blob/master/src/main/webapp/index.html#L221

Also as I see you are using community edition and hence publishing rtmp to the Ant Media server because community edition does not support webrtc.

You can use encoders like OBS to publish RTMP to Ant Media Server.

I hope it helps.

--

Best Regards,

Mohit Dubey

Link to comment
Share on other sites

  • 0
1 hour ago, Terry said:

I build a server (Google Cloud Compute VM) with Ant Media Server Community Edition and when I publish a stream with /WebRTCApp/, and playlist /WebRTCApp/play.html?id=<myStreamID>, the video is so blurry even if I increased video bit rate up to 320,000 kbps.

I need to demo for my company that Ant Media Server is feasible for the company's demand.

You will need to ensure the following 

1. video publish resolution 

2. Net outgoing bandwidth available at client to match bitrate

3. net out going bandwidth at server 

4. ensure you are not using abr or something 

Link to comment
Share on other sites

 Share


×
×
  • Create New...