Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Externremux Script for remote machines #122

Open
mattgorski opened this issue Jul 29, 2014 · 0 comments
Open

Feature Request: Externremux Script for remote machines #122

mattgorski opened this issue Jul 29, 2014 · 0 comments

Comments

@mattgorski
Copy link

This is by no means an issue I absolutely love the xvdr plugin. I was wondering if it is possible to add a feature to remux the transport stream on the server side (as does the streamdev server plugin) with an ffmpeg/mencoder script so we can adjust the bitrate for remote clients outside the local network. I know there is a compression protocol but this option seems to do nothing unless I am missing a script or setting. This is the ffmpeg command/script I use for x264 HD 720p quality streaming HD channels remotely via streamdev-server plugin.

!/bin/bash

echo -ne 'Content-type: video/mpeg\r\n'
echo -ne '\r\n'
ffmpeg -f mpegts -i - -vcodec libx264 -preset ultrafast -crf 28 -r 29.970 -b 1500k -vf scale=1280:720 -acodec ac3 -ab 128k -ar 48000 -f mpegts pipe:1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant