home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Products
TV-Server
My small contribution I call - StreamTV
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Valk" data-source="post: 506523" data-attributes="member: 18631"><p>{0} and {1} are the input and output file locations used by the encoder so I can pass the active media stream to the encoder and pull the transcoded output back into StreamTv to send to the client.</p><p></p><p>Currently only named pipes are implemented as an input / output method (though I do plan to do a few others).</p><p></p><p>{0} is the input for the encoder (data been passed to the encoder).</p><p>{1} is the output of the encoder (data been passed back to streamTv)</p><p></p><p>named pipes are formatted something like: \\.\pipe\pipename</p><p></p><p>The pipename part is generated at runtime so that it will never overlap with another active pipe.</p><p></p><p>If it works with ffmpeg all you should need to know is that for the input file you use {0} and the output file you use {1}.</p><p></p><p>If it doesn't work you will have to wait until I do another input method like UDP or something else.</p><p></p><p>Hope that clears it up.</p></blockquote><p></p>
[QUOTE="Valk, post: 506523, member: 18631"] {0} and {1} are the input and output file locations used by the encoder so I can pass the active media stream to the encoder and pull the transcoded output back into StreamTv to send to the client. Currently only named pipes are implemented as an input / output method (though I do plan to do a few others). {0} is the input for the encoder (data been passed to the encoder). {1} is the output of the encoder (data been passed back to streamTv) named pipes are formatted something like: \\.\pipe\pipename The pipename part is generated at runtime so that it will never overlap with another active pipe. If it works with ffmpeg all you should need to know is that for the input file you use {0} and the output file you use {1}. If it doesn't work you will have to wait until I do another input method like UDP or something else. Hope that clears it up. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
TV-Server
My small contribution I call - StreamTV
Contact us
RSS
Top
Bottom