Skip to content

Instantly share code, notes, and snippets.

View mischa78's full-sized avatar

Mischa Berger mischa78

View GitHub Profile
<?php
function get_stream_metadata($streaming_url, $interval, $offset = 0, $headers = TRUE)
{
$needle = 'StreamTitle=';
$ua = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36';
$options = [
'http' => [
'method' => 'GET',