RTSPtoWeb icon indicating copy to clipboard operation
RTSPtoWeb copied to clipboard

HEVC Codec Issue When Attempting to Play MSE in Chrome and Edge

Open Vesperino opened this issue 10 months ago • 4 comments

When attempting to play Media Source Extensions (MSE) content in the latest versions of Chrome and Edge, I encounter an error indicating codec support issues. The specific error message received is:

"The type provided ('video/mp4; codecs="hev1.1.6.L120.90"') is unsupported."

This issue occurs across all tested browsers, which are updated to their latest versions.

Vesperino avatar Apr 15 '24 13:04 Vesperino

Hello,

Draw your network diagram.

25 янв. 2022 г., в 04:26, anand @.***> написал(а):

I am trying to use this library to stream my local cctv rtsp to webrtc behind nat. Recently i have found this pion discussion about two approches https://github.com/pion/webrtc/discussions/1787. Is it possible to use this library without actually opening the ports. Please help me.

— Reply to this email directly, view it on GitHub https://github.com/deepch/RTSPtoWebRTC/issues/145, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4IWM2MTY4TINBZLS35BCLUXX35NANCNFSM5MW5R3XQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.

deepch avatar Jan 25 '22 02:01 deepch

I am trying to do something like this. webrtc The http port 8083 by default reverse proxy to access it over the web and get the webrtc stream on a mobile phone browser over the internet. Unfortunately it doesn't worked i assume that this library not focused on nat traversal. and also hosting on a server with only 8083 port is opened not worked either. How do i overcome situation by streaming from local pc to client like normal webrtc p2p or with a turn server.

anand-010 avatar Jan 25 '22 04:01 anand-010