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 12-16-2010, 06:14 PM   #661
Junior Member
 
Join Date: Dec 2010
Posts: 4
Default Re: Exact way to stream with FME to JTV - READ HERE

I seemed to have fixed my bitrate issue. It streams at whatever i set it to now except for my fps. Running lots of things or running nothing at all and just streaming the desktop my fps is 13. I have VHScrCap set to 60 and FME set to 30. If any extra information is needed to help solve my problem please ask, i really want to fix this.
gira is offline   Reply With Quote
Old 12-16-2010, 06:18 PM   #662
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

gira, i'm not sure if you specified, but are you using FME 2.5 or 3.x? And are you running the adobe FME program or running it via command line?

Also, Tim mentioned this a couple of posts up, but the AMD processors don't quite have the computing power as an Intel CPUs. Something to keep in mind.
__________________
Nghtmr9999 is offline   Reply With Quote
Old 12-16-2010, 06:27 PM   #663
Junior Member
 
Join Date: Dec 2010
Posts: 4
Default Re: Exact way to stream with FME to JTV - READ HERE

I'm using 2.5 right now. I tried 3.1 last night and it seemed to stream at a higher fps with same settings as i had when using 2.5 but would max out all four cores. I use command line btw. Using 2.5 none of the cores ever just stay 100%. One goes up around 80% and the other around 50% so it seems like I have cpu power to spare with 2.5 command line so if my cpu not being powerful enough is the issue wouldn't it just max all cores to try and make the fps better?

EDIT: After messing around taking the resize but leaving the cropping in the xml file and changing bitrate to 800 im getting 28-30fps. Stream looks awesome when im standing still ingame but gets pretty blurry while moving which is probably because of the high resolution at only 800 bitrate. Only problem i have now is dropped frames. Im sure viewers could look past a some blurriness but the dropped frames make look choopy. Anything to help with that?

Last edited by gira; 12-16-2010 at 06:59 PM.
gira is offline   Reply With Quote
Old 12-16-2010, 07:30 PM   #664
Junior Member
 
Join Date: Dec 2010
Posts: 2
Default Re: Exact way to stream with FME to JTV - READ HERE

Quote:
Originally Posted by Scottyyy View Post
Set FME to 1920x1080 and use the crop feature to cut out the blank space. It will use extra CPU resources but it's what you have to do if you don't have a 16:9 monitor.
My monitor is 16:9, 1600x900... But I will do what you said
ZionsWrath is offline   Reply With Quote
Old 12-16-2010, 07:32 PM   #665
Junior Member
 
Join Date: Mar 2010
Posts: 9
Default Re: Exact way to stream with FME to JTV - READ HERE

Quote:
Originally Posted by ZionsWrath View Post
My monitor is 16:9, 1600x900... But I will do what you said
Oh, so it is. I should've said a resolution not supported by FME.
Scottyyy is offline   Reply With Quote
Old 12-17-2010, 01:11 PM   #666
Junior Member
 
Join Date: Dec 2010
Posts: 2
Default Re: Exact way to stream with FME to JTV - READ HERE

Hi there,
I actually need some help with my stream because it seems as thou when i stream my viewers are seeing freezing every 4 seconds + also after i run the .bat i get around 3-10 drops but... after about 30 secs i get this error
Fri Dec 17 2010 15:07:01 : Error: Problem writing log file : Could not create log file. Please check that the path is valid and path specified has write permiss
ions.
Fri Dec 17 2010 15:07:01 :
Video Settings :-
Device : VHScrCap
Format : VP6
Size : 1920x1080 60.00 fps
Crop : Disabled
Resize : Disabled
Timecode : Disabled
Bit rate : 1000 Kbps
Deinterlace : Disabled

Audio Settings :-
Device : Stereo Mix (Realtek High Defini
Format : Mp3 Stereo
Sample Rate : 44100 Hz
Bit rate : 96 Kbps
Volume : 68 %

Stream to Flash Media Server :-
FMS URL : rtmp://live-wdc.justin.tv/app
Backup URL :
Stream Name :

Fri Dec 17 2010 15:07:01 : Selected video input device: VHScrCap
Fri Dec 17 2010 15:07:02 : Selected audio input device: Stereo Mix (Realtek High Defini
Fri Dec 17 2010 15:07:03 : Primary - Connected
Fri Dec 17 2010 15:07:03 : Primary - Stream Status: Success
Fri Dec 17 2010 15:07:03 : Primary - Stream Status: NetStream.Publish.Start
Fri Dec 17 2010 15:07:03 : Session Started
Fri Dec 17 2010 15:07:04 : Video Encoding Started
Fri Dec 17 2010 15:07:04 : Audio Encoding Started
Fri Dec 17 2010 15:07:38 : Encoding and streaming to server is stopped due to a problem in capturing audio/video data. Either the capture device is removed or there is an error in encoding process. Restarting the encoding session.
Fri Dec 17 2010 15:07:39 : Audio Encoding Stopped
Fri Dec 17 2010 15:07:39 : Video Encoding Stopped
Fri Dec 17 2010 15:07:39 : Session Stopped




FME 2.5 Imageshack - fme.png

my justin.xml file

<?xml version="1.0" encoding="UTF-16"?>
<flashmediaencoder_profile>
<preset>
<name>Custom</name>
<description></description>
</preset>
<capture>
<video>
<device>VHScrCap</device>
<crossbar_input>0</crossbar_input>
<frame_rate>60.00</frame_rate>
<size>
<width>1920</width>
<height>1080</height>
</size>
</video>
<audio>
<device>Stereo Mix (Realtek High Defini</device>
<crossbar_input>0</crossbar_input>
<sample_rate>44100</sample_rate>
<channels>2</channels>
<input_volume>68</input_volume>
</audio>
</capture>
<encode>
<video>
<format>VP6</format>
<datarate>1000</datarate>
<advanced>
<keyframe_frequency>7 seconds</keyframe_frequency>
<quality>Good Quality - Good Framerate</quality>
<noise_reduction>Slight</noise_reduction>
<datarate_window>Medium</datarate_window>
<cpu_usage>Dedicated</cpu_usage>
</advanced>
</video>
<audio>
<format>Mp3</format>
<datarate>96</datarate>
</audio>
</encode>
<restartinterval>
<days></days>
<hours></hours>
<minutes></minutes>
</restartinterval>
<reconnectinterval>
<attempts></attempts>
<interval></interval>
</reconnectinterval>
<output>
<rtmp>
<url>rtmp://live-wdc.justin.tv/app</url>
<backup_url></backup_url>
<stream>live</stream>
</rtmp>
</output>
<metadata>
<entry>
<key>author</key>
<value></value>
</entry>
<entry>
<key>copyright</key>
<value></value>
</entry>
<entry>
<key>description</key>
<value></value>
</entry>
<entry>
<key>keywords</key>
<value></value>
</entry>
<entry>
<key>rating</key>
<value></value>
</entry>
<entry>
<key>title</key>
<value></value>
</entry>
</metadata>
<preview>
<audio></audio>
</preview>
<log>
<level>100</level>
<directory>C:fme</directory>
</log>
</flashmediaencoder_profile>
Renjiken is offline   Reply With Quote
Old 12-17-2010, 01:43 PM   #667
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

Ren, did you try running the batch file as the administrator? Your issue might involve write-protection on the folder you are running FME from
__________________
Nghtmr9999 is offline   Reply With Quote
Old 12-17-2010, 01:59 PM   #668
Junior Member
 
Join Date: Dec 2010
Posts: 2
Default Re: Exact way to stream with FME to JTV - READ HERE

I just tried that, what i noticed is the avg bit rate starts high and keeps dropping till i get the error error
Renjiken is offline   Reply With Quote
Old 12-18-2010, 11:43 AM   #669
Junior Member
 
Join Date: Feb 2010
Posts: 10
Default Re: Exact way to stream with FME to JTV - READ HERE

I think FME 2.5 is broken now.. Even i cannot stream anymore. it was weird. Just 2 nights ago i was able to. I didnt change any settings or anything at all.
nubnasty is offline   Reply With Quote
Old 12-18-2010, 01:07 PM   #670
Junior Member
 
Join Date: Mar 2010
Posts: 9
Default Re: Exact way to stream with FME to JTV - READ HERE

Quote:
Originally Posted by nubnasty View Post
I think FME 2.5 is broken now.. Even i cannot stream anymore. it was weird. Just 2 nights ago i was able to. I didnt change any settings or anything at all.
My stream works just fine with 2.5.
Scottyyy 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