Browse through the questions and answers listed below or filter and sort to narrow down your results.
1
answers
0
votes
10
views
asked 17 days ago
Does the RTMPS server stay the same for all channels on the same account and region? Is it possible to CNAME to the RTMPS server?
It seems to me that every channel on my account within the same region has the same RTMPS server. Does this stay consistent, or is it possible that for new channels in the future something may create a new RTMPS server link?
Assuming that the RTMPS does stay the same for newly created channels on the same account and region, is it possible to create a CNAME record that links to the RTMPS server? I have previously been able to use a CNAME record to link to an RTMP server, but I'm not sure how to go about this for RTMPS.
Accepted AnswerAmazon Interactive Video Service
1
answers
0
votes
10
views
asked 2 months ago
IVS: Disable Audio
My use-case requires only video to be delivered. At the playback end, I have it setup so that the audio is muted. However, if somebody finds the raw stream URL, they may be able to access the audio.
I realise the audio can be muted at the recording end so it never even gets sent to IVS. However, some users may accidentally still record audio which could be problematic. Is there a way to setup IVS channels with no audio, and if not, could this feature be added?
Accepted AnswerAmazon Interactive Video Service
1
answers
0
votes
12
views
asked 2 months ago
2
answers
0
votes
18
views
asked 2 months ago
1
answers
0
votes
16
views
asked 3 months ago
IVS player quality of streaming 1080 is poor
streaming with amazon-ivs-broadcast-ios-sample and using "amazon-ivs-react-native-player": "^1.0.0"
streaming quality
```Video encoder AWS-IVS/1.2.0 IOS 14.6.0
AVC profile Main
AVC level 4.2
Resolution 1080 x 1920
Target bitrate 8,500 kbps
Target framerate 60
Video codec avc1.4D002A
Audio codec mp4a.40.2
Target audio bitrate 160 kbps
Audio sample rate 48 kHz
Number of audio channels 2
```
Output in player is not more than 2500KBPS
so there is no use to use such a high quality
even though I have good internet connection 71.2 Mbps download 27.5 MBps upload
i got in ivs player
```
onVideoStatistics={(qvd) => {
if (qvd?.duration) {
// console.log(`onVideoStatistics ${JSON.stringify(qvd?.bitrate)}`)
props.onSetBit(`${parseInt(parseInt(qvd?.bitrate) / 1000)} kbps`)
// console.log(qvd)
}
}}
```
Please let me know is there a way to improve quality
tried with these option also but nothing worked
```
// autoMaxQuality={{
// bitrate: 8500000,
// codecs: 'avc1.4D002A,mp4a.40.2',
// framerate: 60,
// height: 1920,
// name: '1920p60',
// width: 1080,
// }}
// autoQualityMode={false}
// quality={{
// bitrate: 8500000,
// codecs: 'avc1.4D002A,mp4a.40.2',
// framerate: 60,
// height: 1920,
// name: '1920p60',
// width: 1080,
// }}
```
Accepted AnswerAmazon Interactive Video Service
2
answers
0
votes
35
views
asked 5 months ago
1
answers
0
votes
22
views
asked 6 months ago
Cannot Move IVS Console to London (EU-West-02)
Hi all,
I hope someone can help. My account is in London (EU-West-02) and I mistakenly set up a test IVS channel in America somewhere. I've deleted that channel, but no matter what I do, if I try and move my IVC location to London, it won't allow me to create a new channel - the option just isn't there. But this is where all my buckets are.
What does show on the page are 3 options to change my region to Ireland, or two different locations in the USA, but just doesn't allow me to create a channel (or even into the actual IVS console) in my own region.
Any ideas?
Thanks! .
Accepted AnswerAmazon Interactive Video Service
1
answers
0
votes
14
views
asked 7 months ago
3
answers
0
votes
1
views
asked a year ago
IVS Player 1.3.1 - undefined property collectLogs
We upgraded to v1.3.1 and we are seeing the an undefined property on the amazon-ivs-wasmworker
amazon-ivs-wasmworker.min.js:5 Uncaught (in promise) TypeError: Cannot read property 'collectLogs' of undefined
at printErr (amazon-ivs-wasmworker.min.js:5)
at amazon-ivs-wasmworker.min.js:5
Has anyone else run across this yet? Thanks in advanced
Accepted AnswerAmazon Interactive Video Service
8
answers
0
votes
18
views
asked a year ago
1
answers
0
votes
5
views
asked a year ago