<div dir="ltr"><div>Hi Sean,</div><div>thank for the help.</div><div><br></div><div>I tried this way but it shows a black screen. Not sure why though:</div><div><br></div><div><span style="font-family:monospace">GST_PLUGIN_PATH=Release:/home/gg/projects/gstcefsrc/build gst-launch-1.0 -e cefsrc url=<a href="https://guarded-sea-13069.herokuapp.com">https://guarded-sea-13069.herokuapp.com</a> ! videomixer name=vmix ! videorate ! video/x-raw, framerate=30/1 ! videoconvert ! queue leaky=downstream ! x264enc bitrate=768 speed-preset=faster qp-min=30 tune=zerolatency ! flvmux streamable=true ! queue leaky=downstream ! rtmpsink location=rtmp://<a href="http://live.justin.tv/app/secret_key">live.justin.tv/app/secret_key</a> v4l2src ! videoscale ! video/x-raw, height=180 ! queue leaky=downstream ! videorate ! video/x-raw, framerate=30/1 ! videoconvert ! vmix. ximagesrc endx=1919 ! queue leaky=downstream ! videorate ! video/x-raw, framerate=30/1 ! videoconvert ! vmix.</span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace"><span style="font-family:arial,sans-serif">Any idea on why that may be?</span><br></span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno dom 22 ago 2021 alle ore 17:08 Sean DuBois <<a href="mailto:sean@siobud.com">sean@siobud.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Yes!<br>
<br>
You will want to use gstcefsrc[0]<br>
<br>
Your pipeline will look something like. I haven't actually run it, may<br>
have some issues.<br>
<br>
```<br>
GST_PLUGIN_PATH=Release:$GST_PLUGIN_PATH gst-launch-1.0 -e \<br>
    cefsrc url="<a href="https://soundcloud.com/platform/sama" rel="noreferrer" target="_blank">https://soundcloud.com/platform/sama</a>" ! \<br>
    video/x-raw, width=1920, height=1080, framerate=60/1 ! \<br>
    cefdemux name=demux ! queue ! videoconvert ! \<br>
    queue max-size-bytes=0 max-size-buffers=0 max-size-time=3000000000 ! x264enc ! queue ! \<br>
    flvmux name=muxer ! rtmpsink location='rtmp://' \<br>
    demux. ! audioconvert ! audiorate ! audioresample ! faac bitrate=128000 ! queue ! muxer.<br>
```<br>
<br>
<br>
[0] <a href="https://github.com/centricular/gstcefsrc" rel="noreferrer" target="_blank">https://github.com/centricular/gstcefsrc</a><br>
<br>
<br>
On Sun, Aug 22, 2021 at 04:57:48PM +0200, Emanuele Ianni via gstreamer-devel wrote:<br>
> Hello,<br>
> <br>
> I was wondering if it's possible to use gstreamer headless to stream a live<br>
> website (https url) to a rtmpsink?<br>
> <br>
> Thank you<br>
> -- <br>
> Distinti Saluti<br>
> Emanuele Ianni<br>
> <br>
> Le informazioni e gli allegati contenuti in questa e-mail sono considerati<br>
> confidenziali e possono essere riservati. Qualora non foste il<br>
> destinatario, siete pregati di distruggere questo messaggio e notificarmi<br>
> il problema immediatamente. In ogni caso, non dovrete spedire a terze parti<br>
> questa e-mail. Vi ricordo che la diffusione, l'utilizzo e/o la<br>
> conservazione dei dati ricevuti per errore costituiscono violazione alle<br>
> disposizioni del D.L. n. 196/2003 denominato "Codice in materia di<br>
> protezione dei dati personali"<br>
> Tale disclaimer non vale nel caso il messaggio sia in una mailing list<br>
> pubblica.<br>
> <br>
> The information in this e.mail and in any attachments is confidential and<br>
> may be privileged. If you are not the intended recipient, please destroy<br>
> this message and notify the sender immediately. You should not retain, copy<br>
> or use this e.mail for any purpose, nor disclose all or any part of its<br>
> contents to any other person according to the Italian Legislative Decree n.<br>
> 196/2003.<br>
> This disclaimer should be not considered if the message is on a public<br>
> mailing list.<br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature">Distinti Saluti<br>Emanuele Ianni<br><br>Le informazioni e gli allegati contenuti in questa e-mail sono considerati confidenziali e possono essere riservati. Qualora non foste il destinatario, siete pregati di distruggere questo messaggio e notificarmi il problema immediatamente. In ogni caso, non dovrete spedire a terze parti questa e-mail. Vi ricordo che la diffusione, l'utilizzo e/o la conservazione dei dati ricevuti per errore costituiscono violazione alle disposizioni del D.L. n. 196/2003 denominato "Codice in materia di protezione dei dati personali"<br>Tale disclaimer non vale nel caso il messaggio sia in una mailing list pubblica.<br><br>The information in this e.mail and in any attachments is confidential and may be privileged. If you are not the intended recipient, please destroy this message and notify the sender immediately. You should not retain, copy or use this e.mail for any purpose, nor disclose all or any part of its contents to any other person according to the Italian Legislative Decree n. 196/2003.<br>This disclaimer should be not considered if the message is on a public mailing list.<br></div>