HELP: Pixel streaming network problem

Now the official plugin only offers Pixel Streaming DEMO with command line option [PixelStreamingIP] and [PixelStreamingPort], and the network protocol is already WebSocket. As we know, WebSocket is a Long-Connection Tech that based on HTTP, So maybe we could assign custom RequestPath for communication?

Thanks! It is in a hurry.

Example:

ws://ip:port/singaling
ws://ip:port/stream

So, we can use the same ip + port.