Page 1 of 1

C# Equivalent code of VB6\Sample8_Streaming sample

Posted: Sat Oct 31, 2009 7:51 am
by Anees
HI Softanics,

I am trying to evaluate F-in-box control for one of my client.
What I am looking for is functionality provided in VB's Sample8_streaming sample. I tried this VB's "SAMPLE" source code and is not working (It's not playing encrypted flv) where as the same "DemoApplication" (exe) provided by you is working fine. I have added f_in_box.dll in system directory also.
Could you please help me with this.

Also it will be nice if you can provide me with C# version of "Streaming" source code.

Thanks in advance

Re: C# Equivalent code of VB6\Sample8_Streaming sample

Posted: Sat Oct 31, 2009 8:34 pm
by Softanics
Thank you for your question.

Anees wrote:Also it will be nice if you can provide me with C# version of "Streaming" source code.


Yes, please download f-in-box .net demo.

Then check samples\C#\Sample08_Advanced_FLV_Player, it shows how to load a video from a stream. You can decrypt the data at runtime and provide decrypted data to Flash.

Thank you.

Re: C# Equivalent code of VB6\Sample8_Streaming sample

Posted: Sat Oct 31, 2009 8:35 pm
by Softanics
Anees wrote:I tried this VB's "SAMPLE" source code and is not working (It's not playing encrypted flv)


It just don't show a video?

Thank you.

Yes, Encrypted Video is not displayed

Posted: Mon Nov 02, 2009 5:13 am
by Anees
Softanics, Thanks for your prompt reply.

There are following functionality available in VB's "Sample8_Streaming" sample.
1. Encrypting swf & FLV (working fine)
2. Playing Encryopted swf (working fine)
3. laying encrypted video (NOT working)

So could you please help me with this.

Another request: It will be of great help if you could you provide me with VB's "Sample8_Streaming" sample version in C# language?

Thanks & regards

Re: Yes, Encrypted Video is not displayed

Posted: Mon Nov 02, 2009 2:51 pm
by Softanics
Anees wrote:Another request: It will be of great help if you could you provide me with VB's "Sample8_Streaming" sample version in C# language?


Have you seen samples\C#\Sample08_Advanced_FLV_Player from .net demo zip?

Thank you.