IPTV on DSLAM 6260

Hello to everybody!
Problem Details: We have a series of Cisco 6260 DSLAMs and we consider
multicast providing. That is why I have some questions about functionality of this device.
1. We know, that DSLAM doesn't support such feature as VC merging and as a
result different users, who subscribe the same multicast stream will get
different and independed streams. (or maybe i am wrong? :) )
2. The next question is about capacity of an uplink. Is it enough 155 Mbps for a good quality IPTV for a full loaded DSLAM?
3. Does anybody configured such features on this device? If yes - could you give a configuration and some helpful advices about hidden drawbacks?
Thanks for any answer :)

155Mbs could be enough to support good quality IPTV

Similar Messages

  • Rate limit a certain pvc on an ATM interface on DSLAM

    Dear Sir
    I want to rate limit a certain pvc on an ATM interface on DSLAM 6260, Taking into consideration that i have tried all the kind of configuration using the rx-cttr and tx-cttr but all was useless.
    Could you please guide me how to do that, especially if i have a multiple pvcs on the same ATM interfaces and i need each not to raise above certain limit?
    Thanks in advance

    Dear Sir
    First thank you for your reply and concern.
    Here is the version 12.2(12)DA8 as i told you it is a Cisco DSLAM 6260 with NI-2, and as i got from the TAC that it is the latest (as far as i know).
    Thanks a lot

  • Problem GameCanvas for Nokia 6260!!!!

    Hi,
    I tested some applications that extends the GameCanvas, when I tested on simulator J2ME Wireless Toolkit it hasn't problem when I download the application on phone (Nokia 6260) the program show screen and it work ok but when i try go out the application send the two errors
    "Buffer closed java.lang.RunTimeException
    0 java.lang.NullPointerException"
    It's possible that phone not support the class javax.microedition.lcdui.game.GameCanvas? or what's the problem?
    Help me please,
    Thanks
    P.S Below put the code, maybe this way is easer.
    // A simple example of a game canvas that displays
    // a scrolling star field. The UP and DOWN keys
    // speed up or slow down the rate of scrolling.
    public class StarField extends GameCanvas implements Runnable{
         private static final int SLEEP_INCREMENT = 10;
         private static final int SLEEP_INITIAL = 150;
         private static final int SLEEP_MAX = 300;
         private Graphics graphics;
         private Random random;
         private int sleepTime = SLEEP_INITIAL;
         private volatile Thread thread;
         private Command salir = null;
         public StarField(){
              super( true );
              graphics = getGraphics();
              graphics.setColor( 0, 0, 0 );
              graphics.fillRect( 0, 0, getWidth(), getHeight() );
         // When the game canvas is hidden, stop the thread.
         protected void hideNotify(){
              thread = null;
         // The game loop.
         public void run(){
              int w = getWidth();
              int h = getHeight() - 1;
              while( thread == Thread.currentThread() ){
                   // Increment or decrement the scrolling interval
                   // based on key presses
                   int state = getKeyStates();
                   if( ( state & DOWN_PRESSED ) != 0 ){
                        sleepTime += SLEEP_INCREMENT;
                        if( sleepTime > SLEEP_MAX )
                             sleepTime = SLEEP_MAX;
                   } else if( ( state & UP_PRESSED ) != 0 ){
                        sleepTime -= SLEEP_INCREMENT;
                        if( sleepTime < 0 ) sleepTime = 0;
                   // Repaint the screen by first scrolling the
                   // existing starfield down one and painting in
                   // new stars...
                   graphics.copyArea( 0, 0, w, h, 0, 1,
                   Graphics.TOP | Graphics.LEFT );
                   graphics.setColor( 0, 0, 0 );
                   graphics.drawLine( 0, 0, w, 1 );
                   graphics.setColor( 255, 255, 255 );
                   for( int i = 0; i < w; ++i ){
                        int test = Math.abs( random.nextInt() ) % 10;
                        if( test < 4 ){
                             graphics.drawLine( i, 0, i, 0 );
                   flushGraphics();
                   // Now wait...
                   try {
                        Thread.currentThread().sleep( sleepTime );
                   catch( InterruptedException e ){
         // When the canvas is shown, start a thread to
         // run the game loop.
         protected void showNotify(){
              random = new Random();
              thread = new Thread( this );
              thread.start();
    Thanks, see you

    do you have a memory card in your phone? Try freeing up your phones memo by deleting text,images and videos
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Airport Express and IPTV Set Top Box

    I want to connect an IPTV Set Top Box to my wireless router but my provider's STB doesn't have Wireless networking. So I though to connect it to my wireless network with an Airport Express.
    I made a scheme of how it would be connected:
    Is it possible to make this?

    The Ethernet port on the AirPort Express (AX) is ONLY active when the AX uses WDS to wirelessly connect to a network. Unfortunately very, very, very few non-Apple devices support Apple's WDS.
    So if your wireless router is another AX or an AirPort Extreme base station (AEBS), this is possible. But otherwise it is most likely not possible.

  • Airport Extreme - VDSL25 - IPTV

    Hello,
    is there anyone who can say me that IPTV ( T-Home Entertain HD ) with the Airport Extreme
    ( not Wi-Fi) will work?
    VDSL-Modem Speedport 221 -> Airport Extreme WAN -> Airport Extreme Gigabit-Ethernet-LAN -> Media Receiver 301
    Thank you very much!

    Es ist leider nicht möglich mit der Airport Extreme IPTV des Anbeters T-Home zu nutzen. Echt schade! Vielleicht sollte Apple dies für die Zukunft ermöglichen.

  • Screen Saver and IPTV

    How can I prevent the Screen Saver coming on while watching IPTV programs?

    The best thing is to select Screen saver to none. increase the screen saver time.

  • IGMP Snooping IPTV SG200-08

    For having 3 settopboxes for iptv I have setup vlan 3 for iptv.
    IGMP snooping is enabled for vlan 3 with the default settings and port 5 (incoming iptv) is enabled as IGMP Mrouter.
    In the multicast forwarding table vlan 3 is set to filter unregistered.
    This is working fine for a while but after 2 to 3 days the settopbox doesn't receive the iptv signal anymore and I have to restart the switch.
    After the reset everything is working fine again for a few days and then the above repeats it self.
    How can I solve this problem?
    Sent from Cisco Technical Support iPad App

    Hi Alexandre, I think the only way to see what is happening is by generating a packet capture to see why when one of the connections leave, what is being sent or received by the other to cause the delay.
    -Tom
    Please mark answered for helpful posts

  • IPTV and ACNS integration issue

    I have a new IPTV/ACNS 5.1 implementation and am trying to create programs that will be distributed thru the ACNS network. I have configured all items as stated in the install & config guides, but when I got to add a program in IPTV, when I click the button "Select Website" under the ACNS Network Information section, it tells me that there are "There are no web sites with
    valid channels."
    I have created all the different types of channels, live, non-live unicast/multicast/both with all options, but none of them change the response. What gives?
    Thanks in advance
    Loy

    I'm going through the same thing. I was able to solve that particular problem by creating an ACNS channel and assigning a root ce and regular ce to the channel.

  • Nokia 6260 max memory size

    Hi,
    Can anyone plz tell me what is the max size of RS MMC card that can be handled by Nokia 6260

    Sorry, I do not know what is the max size of Nokia 6260 ,But last week I found this site to have priceworthy and 'unusual' nokia products,including Nokia 6260.Maybe you can try it,Good luck!Message Edited by kenken on 02-Nov-2007 10:57 AM
    Nokia, Come On! Come On!

  • Nokia 6260 : Problem: Start-up Failed. Contatct Re...

    Nokia 6260 : Problem Message :
    "Start-up Failed. Contatct Retailer"
    If Nokia Care fix this problem then can the data be retrieved completely from phone book, wallet etc...?
    Please share your experience....

    Unfortunately there is no way you will be able to get the information from your phone saved. In order to have that done the phone must be in working order.
    The phone might however still be repairable and if Nokia cannot fix it for you then perhaps you can try a general cellular repair shop. If the problem is hardware related they might be able to fix it with out you losing your data stored on the phone. If they have to reload the firmware then you will loose everything on the phone unfortunately.
    Knowledge should be your Advisor when you need help.
    1610»2110»8110»5110»3310»6210»7250i»6220»6230»6230i»6233
    Love me or hate me, its still an obsession. Love me or hate me, that is the question. If you love me then Thank you! If you hate me then ...

  • Airport multicast performance problems in u-verse IPTV bridge.

    I have a bunch of airport hardware, two n expresses, a draft n extreme, and a 5th generation extreme. I've recently moved to a new house and have AT&T's u-verse multicast IPTV installed. I want to put my TV somewhere without wiring and was going to just do it using a dedicated 802.11n bridge formed from either the two expresses, or the draft n extreme (at the multicast source side) and an express as a receiver.
    This seems to work from a functionality perspective, I get the multicast stream into the AT&T set-top box and can watch all of the channels for extended periods of time. The problem that I run into is that I have performance problems that result in the video stuttering, pixelating, and freezing for seconds to minutes at a time. I don't understand why this is the case. The HD stream is less than 9Mbps which should be easily handled by a 5Ghz, n-only link. The source and destination expresses are within 5 feet of each other with clear line-of-sight.
    Does anyone have any experience with multicast streaming on aiport hardware? Is there some limitation in the airport implementation where multicast (UDP) packets trigger some sort of slowpath packet processing, so that packets are being dropped? Is there some reporting feature within airport utility that where I can look for diagnostics related to dropped or (extremely) delayed packets? Is there something about AT&T's use of multicast IPTV that is just incompatible with airport hardware?
    Note that the u-verse gateway handles all of the IGMP in this situation, and that nothing else is on the network. Well, the 5th gen router is on the network and everything else I own is behind it on a different wifi network. The gateway is smart enough to filter out the multicast traffic so that the router doesn't see it.

    Found a solution. Switching from Apple's built-in "create a wireless network" and "join a wireless network+allow ethernet clients" to a WDS network with a main and a remote solves all of the problems. It's not a great option because the WDS network forces me to select a fixed, 2.4Ghz channel, but the IPTV stream is only 8-ish Mbps which seems to be doable, even with all of the wireless networks floating around my house. I guess that it could be a bigger problem during peak wifi usage around here, but we'll cross that bridge when it happens.

  • View IPTV using Windows Media Player

    I have a customer who does not want to install Cisco's IPTV viewer on their clients PCs. They would prefer to use Windows Media Player to view both scheduled and VoD streams from their 3427 Broadcast Servers. Is this possible and if so how is it done?
    Thanks,
    R2

    R2,
    Couple of things. If you want to stay away from the installed program, you can use the IPTV plugin, which works fine.
    Also, the latest versions of IPTV (I think beginning with 5.1) support the Apple Darwin (QT Streaming server) which will allow you to use the QuickTime plugin for the browser for streaming support and is also free.
    If you absolutely must use Windows Media, you can do that through the integrated ACNS/IPTV package, but that's not, let's say, fully baked yet.

  • IPTV MPEG2 Decoder

    I have an installation consiting of
    IPTV Broadcast Server 3425
    IPTV Content Manager 3412
    Both are installed with Ver 3.4.14.
    I am unable to view MPEG2 content with IPTV Viewer or as a Plug-In from Content Manager.
    MPEG1 content can be viewed without any problems. The IPTV viewer states that no decoder is available for MPEG2 content.
    Any ideas?.
    Thanks
    Ian.

    MPEG-2 requires decoder software (and MPEG patent licenses) at every desktop. IPTV-VIEW-MP2-BASE or -ADD is the part number I think.
    The -base has the CD, the -add is just additional licenses. There is a -1000 part that is 1000 licenses at a time. You can not view MPEG2 without this decoder.

  • What bout 6260

    Hi to all...
    Is there any option to update the software of Nokia 6260??? If there is pls let me know..
    Thnx..

    28-Aug-2006
    09:39 AM
    rufao wrote:
    I doubt this will be inlcuded - its a s60 v2 phone.
    so far it only looks like s60 v3 phones will work with this service
    Isn't N70 S60 2nd edition?
    I don't see single phone using S60 3rd edition added yet.
    Please correct me if I'm wrong.
    Arabian
    We Arab Portal Network http://www.WeArab.Net/
    Phones: 9300i, E70, N80, 6670, 6280, and 6111

  • Using IPTV Manager With IIS??

    Has any one tried configuring the IPTV Manager to work with IIS?

    OK, Just being curious.
    The documentation has some examples for creating web pages using embedded plugins, including program directories (in a drop-down menu).
    I have a standing demo at work that uses the web page / embedded plug-ins that's pretty much just the demos in the book edited to match our system.
    That'll cover the user-side; I'm not sure if the Content Manager functions can be re-mapped to another system. Most of the actual functions are handled in perl, so I suppose it's just a matter of linking up the perl scripts to a different page.
    Another approach may be to use the Windows Media Streaming system to control the addition of content, and use the web page w/ plug-ins to stream it to the end users. IPTV and WIndows Media system will work cooperatively. Basically, they just share a single content directory.
    If I get a chance, I'll play with it and see what I can come up with. We have at least one of each Cisco IPTV units in the Lab, along with some MS W2K servers.
    Good Luck
    Scott

Maybe you are looking for

  • What is the Roles Of Bridging Account

    *What Are The Roles Of These Accounts Bridging, Non-Invoiced Sales Orders And Non-Invoiced Revenue in Periodic Account Assignments form? [ID 1335054.1]* The Expense account is there to accommodate European accounting practices. The Bridging account (

  • Problem with army time

    i was messin around with my 1.1.4 touch and i set the time to 24-hour time. i set it back to normal time and it worked where the time is up on the top banner at the home screen and stuff. what didnt change back, is when you first turn it back on and

  • Iphone won't start

    Hi, My iphone wont work here are the symptones: - it does not start - Connected to the PC it keeps showing the apple logo - iTunes does not recognise it - DFU mode does not work What should I do???? Please help me out!!

  • My computer is blocked

    I am be Blocked by a scand place call Trend Micro Titanium Internet Secuity. I can't even get in to Microsft with a notes comes up saying DANGEROUS BLOCKED this was install by a place in LA I think. The sofware was install by a place call P C SPEEDY

  • Sproxy

    Hi Everyone,               I started practicing IDoc Scenario.I executed t-code sproxy in R/3 system.After executed message was "No Connection to Integration Builder(Only Generic data is visible)".how to solve this?thanks in advance Regards VinayPI