i think there’s no [Enter] at this API command or parameters. you can see the code :
/* Set Transcode Setting */
$transcode_setting = "transcode source=rtmp://192.168.89.40/live/".$name;
$transcode_setting .= " audioBitrates=".$audiobitrate;
$transcode_setting .= " videoBitrates=".$videobitrate;
$transcode_setting .= " videoSizes=".$videoresolution;
$transcode_setting .= " destinations=".$videoname;
/* Convert Transcode Setting into base64_encode() */
$params = base64_encode($transcode_setting);
/* Add Transcode Setting into Transcode */
$transcode_params = array(
‘params’ => $params
);
$curl->get(‘http://192.168.89.40:7777/transcode’,$transcode_params);
can i get the "standard" value for transcode parameter? i mean, for 320p, 480p, 720p, and 1080p. i want the standard setting (audio bitrate, video bitrate, video size, etc) so it won’t gimme another error anymore.
admin
This information box about the author only appears if the author has biographical information. Otherwise there is not author box shown. Follow YOOtheme on Twitter or read the blog.