centricular / gstcefsrc

A simple gstreamer wrapper around Chromium Embedded Framework
84 stars 45 forks source link

Add "--enable-media-stream" command-line flag used to validate local … #11

Closed thierryg closed 4 years ago

thierryg commented 4 years ago

…ressources such as a webcam.

This is quite usefull with webrtc app for instance such as http://apprtc.appspot.com/.

MathieuDuponchelle commented 4 years ago

Seems OK to me. We really should have a property to allow specifying extra command line parameters, but this seems like a sane default. Thanks!

thierryg commented 4 years ago

Indeed, it could be a default parameter to cef without any other flag for cefsrc.

Regards

Thierry GAYET Mobile : +33.663.849.589 Skype : tux35220

Le jeu. 5 déc. 2019 à 17:26, Mathieu Duponchelle notifications@github.com a écrit :

Seems OK to me. We really should have a property to allow specifying extra command line parameters, but this seems like a sane default. Thanks!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/centricular/gstcefsrc/pull/11?email_source=notifications&email_token=AATSBNCLLVMOT57SZX2WRXTQXETSZA5CNFSM4JVGL6V2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGBI7LY#issuecomment-562204591, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATSBNEEPRZHAMSUGKBF2QLQXETSZANCNFSM4JVGL6VQ .

MathieuDuponchelle commented 4 years ago

That's another question, but not what I meant here :)

thierryg commented 4 years ago

yes, on having a property to pass command line parameters to cef it's an interesting idea.

Regards

Thierry GAYET Mobile : +33.663.849.589 Skype : tux35220

Le jeu. 5 déc. 2019 à 17:44, Mathieu Duponchelle notifications@github.com a écrit :

That's another question, but not what I meant here :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/centricular/gstcefsrc/pull/11?email_source=notifications&email_token=AATSBNCGGDY6LGTWG63HFJDQXEVVRA5CNFSM4JVGL6V2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGBK2DQ#issuecomment-562212110, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATSBNBFNP6AYRZORRLTVCDQXEVVRANCNFSM4JVGL6VQ .

MathieuDuponchelle commented 4 years ago

just needs doing really :D