24 May '13 - 07:17 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: 1 ... 123 124 [125] 126 127 ... 135
  Reply  |  Print  
Author Topic: BASS_DSHOW Video Library  (Read 271907 times)
subh
Posts: 153


« Reply #2480 on: 4 Jun '12 - 15:33 »
Reply with quoteQuote

Can anybody please explain to me how to stream a video with StreamCreateUrl?
Thanks!

it is already created for BASS_DSHOW pls. check it Smiley
I don't know what you use programming language Huh 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 »
Reply with quoteQuote

Can anybody please explain to me how to stream a video with StreamCreateUrl?
Thanks!

it is already created for BASS_DSHOW pls. check it Smiley
I don't know what you use programming language Huh you use VB6 than send me your project.

thank you
subh.knd@gmail.com

I 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 »
Reply with quoteQuote

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 »
Reply with quoteQuote

Hello everybody Smiley

How to set xVideo Audio Streams Huh  VB6


Streams-->Video
              >Audio
              >Subtitles

Regards
Subh 
Logged
smoodilo
Guest
« Reply #2484 on: 23 Jun '12 - 19:24 »
Reply with quoteQuote


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: 1376


« Reply #2485 on: 24 Jun '12 - 11:00 »
Reply with quoteQuote

  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: 1376


« Reply #2486 on: 26 Jun '12 - 12:35 »
Reply with quoteQuote

  Here is a demo for multioutput in C#. Please tell me if you have any problems

* Release.zip (273.89 KB - downloaded 35 times.)
Logged
smoodilo
Guest
« Reply #2487 on: 27 Jun '12 - 10:30 »
Reply with quoteQuote

  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: 1376


« Reply #2488 on: 27 Jun '12 - 13:06 »
Reply with quoteQuote

  Here it is

* NET.zip (378.82 KB - downloaded 34 times.)
Logged
smodilo
Posts: 47


« Reply #2489 on: 27 Jun '12 - 21:07 »
Reply with quoteQuote

  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: 1376


« Reply #2490 on: 27 Jun '12 - 21:34 »
Reply with quoteQuote

  Ok...i will see what i can do Smiley
Logged
azrael11
Posts: 11


« Reply #2491 on: 2 Jul '12 - 07:02 »
Reply with quoteQuote

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: 1376


« Reply #2492 on: 2 Jul '12 - 09:02 »
Reply with quoteQuote

  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 »
Reply with quoteQuote

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: 1376


« Reply #2494 on: 2 Jul '12 - 10:34 »
Reply with quoteQuote

 Send it to me and i will check it
Logged
azrael11
Posts: 11


« Reply #2495 on: 2 Jul '12 - 13:11 »
Reply with quoteQuote

  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: 1376


« Reply #2496 on: 2 Jul '12 - 13:22 »
Reply with quoteQuote

  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 »
Reply with quoteQuote

  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 »
Reply with quoteQuote

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 »
Reply with quoteQuote

  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
Pages: 1 ... 123 124 [125] 126 127 ... 135
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines