Skip to content

Instantly share code, notes, and snippets.

View Quantme's full-sized avatar
🎯
Focusing

IVAN TC Quantme

🎯
Focusing
View GitHub Profile
@qntmpkts
qntmpkts / m3u8-to-youtube-live.md
Last active April 8, 2024 13:51
Restream m3u8 stream with ffmpeg to youtube live

Setup YouTube Live Event

Head on over to your YouTube live Events page (https://www.youtube.com/my_live_events).

Create a new live event that is unlisted (or private) and of Custom type.

Under Basic ingestion choose 1500 Kbps - 4000 kbps (720p).

Check the Enable 60fps box.

@BackFront
BackFront / HTML5_player.html
Last active May 27, 2023 16:04
Pseudo Streaming MP4’s with PHP
<video controls="" width="400">
<source src="http://66.128.61.175/reel/1cc976948e74aa62f7a7fde16e64fb6b/360p" type="video/mp4">
Your browser does not support HTML5 video.
</video>
@tilboerner
tilboerner / mail.php
Last active April 3, 2017 10:54
A validated PHP contact form, using https://github.com/PHPMailer/PHPMailer
<?php
//
// A validated PHP contact form
// http://blog.surmodernite.de/2013/12/a-validated-php-contact-form
//
// The MIT License (MIT)
// Copyright (c) 2013 tilman.boerner@gmx.net
// Permission is hereby granted, free of charge, to any person obtaining a copy