Multiboxing.com - Multiboxing in World of Warcraft and more!
          

Go Back   Multiboxing in World of Warcraft and Beyond! > All Gaming Forums > General Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 03-03-2011, 11:31 PM   #901
Junior Member
 
Join Date: May 2010
Posts: 3
Default Re: Exact way to stream with FME to JTV - READ HERE

Just did a clean install of windows 7 and I am getting the same issues as the other guy with 15 fps in stream.

It's not my system or my internet.

i7 930, 8gb of ram, windows 7 ultimate 64bit, geforce 260.

100mbit download/10mbit upload

I think it has something to do with VHScrCap.. when you go into the config file it seems to be resetting it back to 15 fps for some reason even though I type in 30 each time.
rhydun is offline   Reply With Quote
Old 03-05-2011, 08:34 AM   #902
Junior Member
 
Join Date: Jul 2009
Posts: 5
Default Re: Exact way to stream with FME to JTV - READ HERE

so got a question.
is it possible if i play with PC 1 and then stream/broadcast what im playing with a PC 2? how do i do this if its possible?

if its possible shouldnt this help the performance for both the stream and while you play?

Last edited by Smurre; 03-05-2011 at 09:14 AM.
Smurre is offline   Reply With Quote
Old 03-05-2011, 09:16 AM   #903
Super Moderator
 
Nghtmr9999's Avatar
 
Join Date: Aug 2009
Location: Minnesota, US
Posts: 1,662
Blog Entries: 6
Default Re: Exact way to stream with FME to JTV - READ HERE

Quote:
Originally Posted by Smurre View Post
so got a question.
is it possible if i play with PC 1 and then stream/broadcast what im playing with a PC 2? how do i do this if its possible?

if its possible shouldnt this help the performance for both the stream and while you play?
Well... if you have a good enough system, this shouldn't be a concern. I'm not sure if you'll get that big of a performance boost from using 2 PCs to stream, I've never tried it.
__________________
Nghtmr9999 is offline   Reply With Quote
Old 03-05-2011, 09:24 AM   #904
Junior Member
 
Join Date: Jul 2009
Posts: 5
Default Re: Exact way to stream with FME to JTV - READ HERE

Quote:
Originally Posted by Nghtmr9999 View Post
Well... if you have a good enough system, this shouldn't be a concern. I'm not sure if you'll get that big of a performance boost from using 2 PCs to stream, I've never tried it.
any idea how to set this up so i can try it? ive tried google but didnt find anything about it.
Smurre is offline   Reply With Quote
Old 03-05-2011, 09:34 AM   #905
Super Moderator
 
Nghtmr9999's Avatar
 
Join Date: Aug 2009
Location: Minnesota, US
Posts: 1,662
Blog Entries: 6
Default Re: Exact way to stream with FME to JTV - READ HERE

It's probably not the best way to do it, but from what I can see, you need software that allows you to share your screen (Teamviewer, PCanywhere) and have your streaming computer stream the video it gets from there.

Just curious, what's your PC setup?
__________________
Nghtmr9999 is offline   Reply With Quote
Old 03-05-2011, 09:40 AM   #906
Junior Member
 
Join Date: Jul 2009
Posts: 5
Default Re: Exact way to stream with FME to JTV - READ HERE

dual core E6550 2.33ghz (pretty ****ty) <- reason i wanna try stream from my laptop
6gb ddr2
radeon HD 5780

i3 330m
4gb ram
mobility radeon 5650

heard that streaming takes alot of CPU power thats why i wanna try game with the dual core and stream with the i3
Smurre is offline   Reply With Quote
Old 03-06-2011, 05:31 PM   #907
Junior Member
 
Join Date: Mar 2011
Posts: 2
Default Re: Exact way to stream with FME to JTV - READ HERE

I came up with a few errors while trying to do this with FMLE 3.2

Are there any videos for newer versions of FMLE? Or some way for me to correct the problems I encountered to get a working batch file for 3.2 (;_; )?
Groundsgold is offline   Reply With Quote
Old 03-06-2011, 05:39 PM   #908
Super Moderator
 
Nghtmr9999's Avatar
 
Join Date: Aug 2009
Location: Minnesota, US
Posts: 1,662
Blog Entries: 6
Default Re: Exact way to stream with FME to JTV - READ HERE

Can you post (if possible) what error you're getting? If the error is what I think it is, this should be a fairly quick fix.
__________________
Nghtmr9999 is offline   Reply With Quote
Old 03-06-2011, 09:45 PM   #909
Junior Member
 
Join Date: Mar 2011
Posts: 2
Default Re: Exact way to stream with FME to JTV - READ HERE

I'm trying to do this for FMLE 3.2

On Step #3 where the code is given to put inside the .bat file it uses the FME 2.5 text and I was wondering what it would be for a guy using Windows Vista 32bit and FMLE 3.2? (as a side note to this...I heard you don't need to put the x86 numbers next to it for 32? I'm getting massively tripped up here) Could you give me the piece of code for my circumstance?


Also, when I rename my justin.bat file from a .txt file...it automatically gets converted as a .bat file and it's not a txt file anymore when I look at the description of it on the column that displays file type in the Explorer.
Groundsgold is offline   Reply With Quote
Old 03-07-2011, 05:54 AM   #910
Super Moderator
 
Nghtmr9999's Avatar
 
Join Date: Aug 2009
Location: Minnesota, US
Posts: 1,662
Blog Entries: 6
Default Re: Exact way to stream with FME to JTV - READ HERE

Quote:
Originally Posted by Groundsgold View Post
I'm trying to do this for FMLE 3.2

On Step #3 where the code is given to put inside the .bat file it uses the FME 2.5 text and I was wondering what it would be for a guy using Windows Vista 32bit and FMLE 3.2? (as a side note to this...I heard you don't need to put the x86 numbers next to it for 32? I'm getting massively tripped up here) Could you give me the piece of code for my circumstance?
If you are putting it in the exact same directory as the one in the example, your .bat should read

Code:
"C:\Program Files\Adobe\Flash Media Encoder 3.2\FMEcmd.exe"
As a sidenote, you can also find the path by navigating to the FMEcmd.exe and looking at the properties of it. x86 is only for 64-bit users and you can omit it.

Quote:
Also, when I rename my justin.bat file from a .txt file...it automatically gets converted as a .bat file and it's not a txt file anymore when I look at the description of it on the column that displays file type in the Explorer.
That's what you want. If you have a .bat.txt or a .txt it won't work.
__________________
Nghtmr9999 is offline   Reply With Quote
Reply

Tags
justin.tv, ravingnoah

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Interesting read on HD resolutions Tim Off Topic 0 04-13-2010 09:33 AM
How do you read the forums? Poyzon Off Topic 13 02-27-2010 09:52 AM
Best stream ever please read!!! Bigtime19 General Discussions 1 01-27-2010 04:52 PM
Read me first!!! Tim Guides That Need Work 0 11-05-2009 04:58 PM
Battlenet (Please Read) Smithnweson General Discussions 16 09-01-2009 05:05 AM


SEO by vBSEO 3.3.2