python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I build amazon kinesis webrtc sdk in C on windows - missing header files
I'm trying to build WebRTC SDK in C for Embedded Devices on windows.
I have configured using CMake with -DBUILD_DEPENDENCIES=0, and have installed various libraries manually such as pthreads, usrsctp,...
mike
Votes: 0
Answers: 1
AWS architecture for an application which streams video stored in S3
I have an application where videos are stored in S3 and those videos are streamed in mobile apps just like youtube videos. Each file might be of 1+ GB. Is just S3 enough for storing and streaming the ...
viper
Votes: 0
Answers: 1
AWS Kinesis PutRecordAsync on .NET - what data format should I use to publish IEnumerable<T>?
I have a web socket returning JSON which is deserialized to IEnumerable<Car> by System.Text.Json.
public record Car(string Id, string Make, string Model);
What format should I use to publish IE...
nop
Votes: 0
Answers: 1
Why do AWS credentials seem to go missing when creating a kinesis client from a session with the Go SDK?
I'm trying to list Kinesis streams
session, err := session.NewSessionWithOptions(session.Options{
Config: aws.Config{Region: aws.String("sa-east-1"),
CredentialsChainVerboseError...
Michael Millar
Votes: 0
Answers: 0