找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 1503|回复: 7

[网络视频应用推荐 使用 疑问] 会者不难,难者真不会之php

[复制链接]
发表于 2020-11-12 17:36 | 显示全部楼层 |阅读模式
如题所言,有些事真是"会者不难,难者不易"呀!
易者大神们,帮忙看看哪里不对?
<?php
//$id=$_GET['id'];
$url="https://webcast.amemv.com/webcast/reflow/6886013877541145347?u_code=3ml8il3544j6&utm_source=copy&utm_campaign=client_share&utm_medium=android&share_app_name=douyin";  //接囗
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$re = curl_exec($ch);
curl_close($ch);
preg_match('|"rtmp_pull_url":"(.*?)"|',$re,$m);
//echo $m[1];
//exit();
header("location:".$m[1]);
?>

点评

24小时内被多次中断,自动禁播一天  发表于 2020-11-12 21:56
我的恩山、我的无线 The best wifi forum is right here.
发表于 2020-11-12 18:24 | 显示全部楼层
接口不对,搞什么都是错的!!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-11-12 19:20 | 显示全部楼层
内江慢直播:"hls_pull_url":"http://pull-hls-l1.douyincdn.com/media/stream-395824331760599178/playlist.m3u8"

点评

url地址会变化  详情 回复 发表于 2020-11-12 20:25
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2020-11-12 20:25 | 显示全部楼层
guoma 发表于 2020-11-12 19:20
内江慢直播:"hls_pull_url":"http://pull-hls-l1.douyincdn.com/media/stream-395824331760599178/playlis ...

url地址会变化
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-11-12 20:57 | 显示全部楼层
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://webcast.amemv.com/webcast/reflow/6886013877541145347?u_code=3ml8il3544j6&utm_source=copy&utm_campaign=client_share&utm_medium=android&share_app_name=douyin");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2650.0 Iron Safari/537.36' );
$re = curl_exec($ch);
curl_close($ch);
preg_match('|hls_pull_url":"(.*?)"|i',$re,$url);
header('Location:'.$url[1]);
?>

点评

谢谢了!useragent  详情 回复 发表于 2020-11-13 08:20
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2020-11-13 08:20 | 显示全部楼层

谢谢了!useragent
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-26 21:32

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表