PS3 Streaming (XMB and in-game) video throu webman mod?

DUDUŚ

Member
As title says.
I know there is video recording from XMB and in-game webman mod, but it can't stream over the network.
@aldostools Is there any chance to add that function to webman mod?
 
As title says.
I know there is video recording from XMB and in-game webman mod, but it can't stream over the network.
@aldostools Is there any chance to add that function to webman mod?
In theory, it would be possible, mind you nearly everything is possible in theory lol, but in practice the video recording feature is already shaky as-is and running code concurrently to stream the recording output on the fly using extremely limited system resources would definitely not help.
The best would probably be to implement the streaming at kernel level, if possible by hijacking the video data packets as soon as they are encoded & redirecting them to a network pipe rather than a file.

Ultimately, it is very hard to tell without testing what kind of performance you might be getting when streaming a video recording, assuming the kernel can cope with the extra load, but it may not be good enough when recording at an acceptable quality level, maybe it is doable at the lower recording settings, keeping in mind that it will largely depend on the recorded game itself too.

FYI various devs have already tried to build upon the ps3 recording feature but they all eventually gave up because of the recording limitations & frequent crashes.
 
Last edited:

Similar threads

Back
Top