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: 496509" data-attributes="member: 18631"><p>It should work fine, there isn't that much code changed.</p><p></p><p>I'm surprised you don't notice much, when I tried it I couldn't even read text (I was converting a 1080i stream). I took the mencoder command line from something someone posted in the ps3mediaserver forum and did a few changes to suit StreamTv.</p><p></p><p>parameters.AppendFormat("{0} -quiet -cache 8192 -oac lavc -of lavf -lavfopts format=dvd -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=4096:threads=2:acodec=ac3:abitrate=128 -ofps 24000/1001 -o {1}", input, output);</p><p></p><p>{0} and {1} are the input / output buffers (named pipes i'm using atm).</p><p></p><p>I doesn't have any fallback, what would be the point, if you can't handle the transcoded stream how could you handle the original bitrate.</p><p></p><p>The RTSP link is what mediaportal gives out to the tv client plugin. All I do is tune the channel and tell the tvserver the connection is still alive so it doesn't cut the stream off, sadly there is no way to monitor the RTSP stream so I don't know when to kick the client off.</p></blockquote><p></p>
[QUOTE="Valk, post: 496509, member: 18631"] It should work fine, there isn't that much code changed. I'm surprised you don't notice much, when I tried it I couldn't even read text (I was converting a 1080i stream). I took the mencoder command line from something someone posted in the ps3mediaserver forum and did a few changes to suit StreamTv. parameters.AppendFormat("{0} -quiet -cache 8192 -oac lavc -of lavf -lavfopts format=dvd -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=4096:threads=2:acodec=ac3:abitrate=128 -ofps 24000/1001 -o {1}", input, output); {0} and {1} are the input / output buffers (named pipes i'm using atm). I doesn't have any fallback, what would be the point, if you can't handle the transcoded stream how could you handle the original bitrate. The RTSP link is what mediaportal gives out to the tv client plugin. All I do is tune the channel and tell the tvserver the connection is still alive so it doesn't cut the stream off, sadly there is no way to monitor the RTSP stream so I don't know when to kick the client off. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
TV-Server
My small contribution I call - StreamTV
Contact us
RSS
Top
Bottom