Replies: 3 comments
-
Does the MP4 example work? It's a good way to test wether FFMpeg and the video ecndoign is working without involving a webcam. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, thanks for the quick reply.
I will try it.
BR
From: Aaron Clauson ***@***.***>
Sent: Tuesday, December 17, 2024 5:01 PM
To: sipsorcery-org/sipsorcery ***@***.***>
Cc: Fabrice Gueresse ***@***.***>; Author ***@***.***>
Subject: Re: [sipsorcery-org/sipsorcery] WebRtc video not displayed in safari (Discussion #1258)
CAUTION: This is an external email! Do not click links or open attachments unless you recognize the sender and know the content is safe. Otherwise, please submit as a phishing mail.
Does the MP4<https://github.com/sipsorcery-org/sipsorcery/blob/master/examples/WebRTCExamples/WebRTCMp4Source/Program.cs> example work? It's a good way to test wether FFMpeg and the video ecndoign is working without involving a webcam.
—
Reply to this email directly, view it on GitHub<#1258 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BNX6Q4SOFSVTOLOZ3SCFIJL2GBDFRAVCNFSM6AAAAABTYWEU46VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNJZGUZTANY>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi,
I made the test and yes, the MP4 example works fine.
So it seems to be an encoding problem.
Looking at the example, the encoding set by the example is VP8.
I will try to use VP8 instead of H264 to see if it works.
BR
From: Aaron Clauson ***@***.***>
Sent: Tuesday, December 17, 2024 5:01 PM
To: sipsorcery-org/sipsorcery ***@***.***>
Cc: Fabrice Gueresse ***@***.***>; Author ***@***.***>
Subject: Re: [sipsorcery-org/sipsorcery] WebRtc video not displayed in safari (Discussion #1258)
CAUTION: This is an external email! Do not click links or open attachments unless you recognize the sender and know the content is safe. Otherwise, please submit as a phishing mail.
Does the MP4<https://github.com/sipsorcery-org/sipsorcery/blob/master/examples/WebRTCExamples/WebRTCMp4Source/Program.cs> example work? It's a good way to test wether FFMpeg and the video ecndoign is working without involving a webcam.
—
Reply to this email directly, view it on GitHub<#1258 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BNX6Q4SOFSVTOLOZ3SCFIJL2GBDFRAVCNFSM6AAAAABTYWEU46VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNJZGUZTANY>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have implement a WebRtc cameras server (using sipsorcery of course, thanks to the example): IP camera -> ffmpeg -> WebRtc -> browser
The video codec used is H264.
I test it on a MAC mini using safari browser (latest version)
The Rtc peer connection is correctly connected but the video is not display.
looking for the event on the video control, I got this: loadstart progress suspend
On the MAC, I have also a chrome browser installed and trying the same, it works fine, I got this: loadstart progress loadmetadata loadeddata canplay canplaythrough playing
the video control on the html page is declared like this:
Does anyone have an idea why the video stay suspend or have a clue or tips to make it work?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions