|
subh
Posts: 153
|
 |
« Reply #2480 on: 4 Jun '12 - 15:33 » |
Quote
|
Can anybody please explain to me how to stream a video with StreamCreateUrl? Thanks!
it is already created for BASS_DSHOW pls. check it  I don't know what you use programming language  you use VB6 than send me your project. thank you subh.knd@gmail.com
|
|
|
|
|
Logged
|
|
|
|
|
smoodilo
Guest
|
 |
« Reply #2481 on: 4 Jun '12 - 16:50 » |
Quote
|
Can anybody please explain to me how to stream a video with StreamCreateUrl? Thanks!
it is already created for BASS_DSHOW pls. check it  I don't know what you use programming language  you use VB6 than send me your project. thank you subh.knd@gmail.comI use .NET, but if you have an example in VB6 that's fine. I know it is already created, but I can't get it to work in vb.net and Ionut promised to show me weeks ago. I just need the 1 line of code where the stream is created.
|
|
|
|
|
Logged
|
|
|
|
|
smoodilo
Guest
|
 |
« Reply #2482 on: 5 Jun '12 - 17:56 » |
Quote
|
Ionut,
As I mailed you before,
- I keep getting errors: "unhandled exception", integer division by zero, in Bass_DShow. - I can't get ChannelSetWindow to work correctly on a secondary monitor. Only ChannelAddWindow. - I can't get streaming (StreamCreateUrl) to work.
Please, please help us out here. You are still our only hope to get video working with BASS. If it's money that you need, mail me. We can work something out. But please respond to all of us asking for help.
|
|
|
|
|
Logged
|
|
|
|
|
subh
Posts: 153
|
 |
« Reply #2483 on: 6 Jun '12 - 04:40 » |
Quote
|
Hello everybody  How to set xVideo Audio Streams  VB6 Streams-->Video >Audio >Subtitles Regards Subh
|
|
|
|
|
Logged
|
|
|
|
|
smoodilo
Guest
|
 |
« Reply #2484 on: 23 Jun '12 - 19:24 » |
Quote
|
Since this thread seems to be dead, and there does not seem to be any development going on, I have just a simple question: did anybody ever get dual screen video to work to their satisfaction with DSHOW?
If yes, please let me know. If not, please let me know also, so I can move on and search for another solution. For over 2 years I am making promisses to my clients. It's just not fair to them anymore.
Is there anybody in here who has found another solution, and is willing to help?
Greetz
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1374
|
 |
« Reply #2485 on: 24 Jun '12 - 11:00 » |
Quote
|
Sorry for long time to respond, i was busy with college exams. I will send you some .NET demo regarding multi screen display.
Ionut
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1374
|
 |
« Reply #2486 on: 26 Jun '12 - 12:35 » |
Quote
|
Here is a demo for multioutput in C#. Please tell me if you have any problems
|
|
|
|
Logged
|
|
|
|
|
smoodilo
Guest
|
 |
« Reply #2487 on: 27 Jun '12 - 10:30 » |
Quote
|
Here is a demo for multioutput in C#. Please tell me if you have any problems
Thanks Ionut, But multi-output is not the problem. The problem is outputting to a second monitor. So one output on monitor 1, and one output on monitor 2, simultaneously. Also, can you please send me the source code of this demo, since your demo doesn't seem to have problems with dragging it to another screen. If I do this with my test app, everything freezes.
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1374
|
 |
« Reply #2488 on: 27 Jun '12 - 13:06 » |
Quote
|
Here it is
|
NET.zip (378.82 KB - downloaded 34 times.)
|
|
|
Logged
|
|
|
|
|
smodilo
Posts: 46
|
 |
« Reply #2489 on: 27 Jun '12 - 21:07 » |
Quote
|
Here it is
Thanks, I looked into the code and saw nothing strange. Is it possible for you to change this demo a little bit, and put panel2 on a separate form (e.g. form 2)? I can then drag that form to the second monitor.
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1374
|
 |
« Reply #2490 on: 27 Jun '12 - 21:34 » |
Quote
|
Ok...i will see what i can do 
|
|
|
|
|
Logged
|
|
|
|
|
azrael11
Posts: 11
|
 |
« Reply #2491 on: 2 Jul '12 - 07:02 » |
Quote
|
Hello new here...
One simple question ... Can i use this library... in OpenGL...
Example ... take the frames one by one and put it in a texture and then in a cube or plane...
Only for windows....
Thanks .... i use delphi 7....
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1374
|
 |
« Reply #2492 on: 2 Jul '12 - 09:02 » |
Quote
|
Yes you can, the new under developing version of BASS_DSHOW allow user to create it's own video renderer very easily(so you can draw video on a OpenGL texture for example). It also includes a new 3D video renderer and 2D-3D video transformer.
|
|
|
|
|
Logged
|
|
|
|
|
quickmic
Posts: 248
|
 |
« Reply #2493 on: 2 Jul '12 - 10:32 » |
Quote
|
Hi Ionut
I have a video which crashes your plugin. I'm quite sure, that the video itself has a problem cause VLC also sets the false aspect ratio. However, the problem is that I cannot intercept the issue from my side so the complete tool crashes. Maybe you can intercept those errors cause such "bad" videos can happen again? Link to the video comes over PM.
thx
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1374
|
 |
« Reply #2494 on: 2 Jul '12 - 10:34 » |
Quote
|
Send it to me and i will check it
|
|
|
|
|
Logged
|
|
|
|
|
azrael11
Posts: 11
|
 |
« Reply #2495 on: 2 Jul '12 - 13:11 » |
Quote
|
Yes you can, the new under developing version of BASS_DSHOW allow user to create it's own video renderer very easily(so you can draw video on a OpenGL texture for example). It also includes a new 3D video renderer and 2D-3D video transformer.
Thanks for the fast response... Can i have the dev version so i can test it in my program .... ? Do you include some basic examples about rendering in OpenGL...? By the way this is great news for me... at least... Thank you again....
|
|
|
|
|
Logged
|
|
|
|
|
Ionut Cristea
Posts: 1374
|
 |
« Reply #2496 on: 2 Jul '12 - 13:22 » |
Quote
|
I can make you a small demo in that user do it's own video rendering using Directdraw or GDI(don't know so much about OpenGL yet). In witch language you prefer?
|
|
|
|
|
Logged
|
|
|
|
|
azrael11
Posts: 11
|
 |
« Reply #2497 on: 2 Jul '12 - 13:59 » |
Quote
|
I can make you a small demo in that user do it's own video rendering using Directdraw or GDI(don't know so much about OpenGL yet). In witch language you prefer?
This is great ... Delphi 7 i work... I think i can make a demo for OpenGL from that demo.... Thank you
|
|
|
|
|
Logged
|
|
|
|
|
quickmic
Posts: 248
|
 |
« Reply #2498 on: 3 Jul '12 - 17:24 » |
Quote
|
xVideo_ChannelSetSync to get a callback for xVideo_SYNC_END also has no effect. No callbacks are fired up here, and the "original" BASS_ChannelSetSync with BASS_SYNC_END parameter also don't work.
I think ChannelSetSync has again issues at the latest "beta"-releases from your last posts right? Another question... Is it possible to accelerate xVideo_ChannelGetBitmap. It's dawn slow.
|
|
|
|
« Last Edit: 3 Jul '12 - 18:10 by quickmic »
|
Logged
|
|
|
|
|
azrael11
Posts: 11
|
 |
« Reply #2499 on: 5 Jul '12 - 10:43 » |
Quote
|
I can make you a small demo in that user do it's own video rendering using Directdraw or GDI(don't know so much about OpenGL yet). In witch language you prefer?
Sorry if bother you... but do you have any progress...? Thank you...
|
|
|
|
|
Logged
|
|
|
|
|