live-streaming

Replace dropped frame

百般思念 提交于 2020-12-14 13:14:22
问题 I'm doing a Cloud Gaming solution that works kind of "good". At the moment our servers runs a game, encode the video using VCE (AMD hardware encoding), chunk the video frames and send it in UDP to the player. The player receives the packets, rebuid the data and decode it. So we have no problems if there is no packet loss. In the case of a wired connexion everything is smooth, but people like to use Wifi (5ghz, we can't handle 2Ghz). Even if you have a good Wifi, you may experience packet loss

Replace dropped frame

六眼飞鱼酱① 提交于 2020-12-14 13:14:21
问题 I'm doing a Cloud Gaming solution that works kind of "good". At the moment our servers runs a game, encode the video using VCE (AMD hardware encoding), chunk the video frames and send it in UDP to the player. The player receives the packets, rebuid the data and decode it. So we have no problems if there is no packet loss. In the case of a wired connexion everything is smooth, but people like to use Wifi (5ghz, we can't handle 2Ghz). Even if you have a good Wifi, you may experience packet loss

Local ffmpeg output to S3 Bucket

為{幸葍}努か 提交于 2020-07-05 03:32:30
问题 Heres my setup; - I have a local PC running ffmpeg with output configured to h.264 and aac - and S3 bucket created at AWS what i need to do is, use ffmpeg [local] output to upload files directly to s3 bucket. PS: Planing to use that s3 bucket with cloudfront to allow 1 [one] user to stream a live event with about setup. i could not find a way to specify output location as s3 bucket [with key]. any ideas as to how to do it? Thanks 回答1: You can: Mount the S3 bucket using S3FS FUSE and then you

Local ffmpeg output to S3 Bucket

邮差的信 提交于 2020-07-05 03:32:29
问题 Heres my setup; - I have a local PC running ffmpeg with output configured to h.264 and aac - and S3 bucket created at AWS what i need to do is, use ffmpeg [local] output to upload files directly to s3 bucket. PS: Planing to use that s3 bucket with cloudfront to allow 1 [one] user to stream a live event with about setup. i could not find a way to specify output location as s3 bucket [with key]. any ideas as to how to do it? Thanks 回答1: You can: Mount the S3 bucket using S3FS FUSE and then you